styling hack for the design to look correct in both FF and chrome

This commit is contained in:
zadam 2019-12-27 21:18:14 +01:00
parent df751f5d67
commit 3d95d69f80

View file

@ -270,8 +270,15 @@ body {
position: relative;
background: linear-gradient(to right, var(--main-border-color), transparent);
height: 1px;
margin-top: 31px;
}
/* hack for 1 pixel difference in handling between FF and chrome */
@-moz-document url-prefix() {
.tab-row-filler .tab-row-border {
margin-top: 32px;
}
}
.note-tab-row .note-tab[active] {
z-index: 5;