mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-09 10:51:41 +08:00
style(next): top border for launcher pane on mobile
This commit is contained in:
parent
422395671d
commit
a1acb69976
@ -112,8 +112,15 @@ body.layout-horizontal > .horizontal {
|
|||||||
|
|
||||||
#launcher-pane.horizontal {
|
#launcher-pane.horizontal {
|
||||||
height: var(--launcher-pane-size) !important;
|
height: var(--launcher-pane-size) !important;
|
||||||
border-bottom: 1px solid var(--launcher-pane-horizontal-border-color);
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
border-top: 1px solid var(--launcher-pane-horizontal-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
#launcher-pane.horizontal {
|
||||||
|
border-top: unset;
|
||||||
|
border-bottom: 1px solid var(--launcher-pane-horizontal-border-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#launcher-pane .launcher-button,
|
#launcher-pane .launcher-button,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user