Skip to content

Commit 3873dbb

Browse files
committed
chore(frontend-files): add a light border to Collabora editor
1 parent cc0a64a commit 3873dbb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

frontend/src/app/applications/files/components/viewers/files-viewer-collabora-online.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { fileLockPropsToString } from '../utils/file-lock.utils'
1414
selector: 'app-files-viewer-collabora-online',
1515
template: `
1616
@if (documentServerUrl) {
17-
<div [style.height.px]="currentHeight()">
17+
<div class="app-collabora-online-border" [style.height.px]="currentHeight()">
1818
<iframe
1919
[src]="documentServerUrl"
2020
class="app-viewer-iframe collabora-scaling"

frontend/src/styles/components/_app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,3 +515,7 @@ app-input-filter {
515515
padding: .15rem .3rem;
516516
}
517517
}
518+
519+
.app-collabora-online-border {
520+
border-top: .5px solid mix($sidebar-light-icons-menu-hover-bg, $primary, 50%);
521+
}

0 commit comments

Comments
 (0)