mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 15:24:24 +01:00
style/tab bar: visually merge the tab bar with the center panel
This commit is contained in:
parent
fb96b3f80a
commit
37ea1584c9
@ -1025,7 +1025,7 @@ body.layout-vertical.electron.platform-darwin .tab-row-container {
|
||||
}
|
||||
|
||||
.tab-row-widget > * {
|
||||
margin-top: calc((var(--tab-bar-height) - var(--tab-height)) / 2);
|
||||
margin-top: calc(var(--tab-bar-height) - var(--tab-height));
|
||||
}
|
||||
|
||||
body.layout-horizontal .tab-row-container {
|
||||
@ -1069,8 +1069,9 @@ body.desktop:not(.background-effects.platform-win32) #root-widget.horizontal-lay
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab .note-tab-wrapper {
|
||||
:root div.tab-row-widget div.note-tab div.note-tab-wrapper {
|
||||
height: var(--tab-height) !important;
|
||||
border-radius: 8px 8px 0 0;
|
||||
transition:
|
||||
background 75ms ease-in,
|
||||
box-shadow 75ms ease-in;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user