mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 19:01:30 +08:00
feat(zen): hide some more buttons
This commit is contained in:
parent
5b5fd77ca8
commit
e8f0af8954
@ -1645,14 +1645,21 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
body.zen {
|
||||
--tab-bar-height: 0;
|
||||
}
|
||||
|
||||
body.zen .gutter,
|
||||
body.zen #launcher-container,
|
||||
body.zen #launcher-pane > :not(.global-menu),
|
||||
body.zen #left-pane,
|
||||
body.zen #right-pane,
|
||||
body.zen .tab-row-container,
|
||||
body.zen .tab-row-widget,
|
||||
body.zen .ribbon-container,
|
||||
body.zen .note-icon-widget,
|
||||
body.zen .title-row .button-widget {
|
||||
body.zen .title-row .button-widget,
|
||||
body.zen .floating-buttons {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user