mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
style(next): top border for launcher pane on mobile
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user