mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
styling hack for the design to look correct in both FF and chrome
This commit is contained in:
parent
df751f5d67
commit
3d95d69f80
@ -270,7 +270,14 @@ body {
|
||||
position: relative;
|
||||
background: linear-gradient(to right, var(--main-border-color), transparent);
|
||||
height: 1px;
|
||||
margin-top: 32px;
|
||||
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] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user