Skip to content

Commit 7f7c0c2

Browse files
szaimenbackportbot[bot]
authored andcommitted
Some Design fixes
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
1 parent fd26c1d commit 7f7c0c2

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

src/components/EditorWrapper.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,12 @@ export default {
575575
576576
.save-status {
577577
display: inline-flex;
578-
align-items: center;
579578
padding: 0;
580-
padding-right: 12px;
581579
text-overflow: ellipsis;
582580
color: var(--color-text-lighter);
581+
position: relative;
582+
top: 10px;
583+
min-width: 85px;
583584
584585
&.error {
585586
background-color: var(--color-error);
@@ -598,7 +599,6 @@ export default {
598599
}
599600
600601
#editor-session-list {
601-
padding-right: 16px;
602602
display: flex;
603603
604604
input, div {

src/components/MenuBar.vue

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,11 @@ export default {
331331
top: 0;
332332
display: flex;
333333
justify-content: flex-end;
334-
z-index: 10010; // above modal-header so buttons are clickable
334+
z-index: 10021; // above modal-header and menububble so menubar is always on top
335335
background-color: var(--color-main-background-translucent);
336336
-webkit-backdrop-filter: var(--background-blur);
337337
backdrop-filter: var(--background-blur);
338-
height: 50px;
338+
min-height: 50px; // important for mobile so that the buttons are always inside the container
339339
padding-top:3px;
340340
padding-bottom: 3px;
341341
@@ -405,14 +405,6 @@ export default {
405405
opacity: .4;
406406
}
407407
}
408-
409-
&.icon-redo {
410-
margin-right: 22px;
411-
}
412-
413-
&.icon-ul {
414-
margin-left: 22px;
415-
}
416408
}
417409
418410
.menubar .submenu {

0 commit comments

Comments
 (0)