mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-02 05:02:27 +08:00
style(next): joined tabs to launch bar on horizontal layout
This commit is contained in:
parent
e7c4e037e0
commit
c4085b0729
@ -653,6 +653,10 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
||||
height: var(--tab-height) !important;
|
||||
}
|
||||
|
||||
#root-widget.horizontal-layout .tab-row-widget-container {
|
||||
margin-top: calc((var(--tab-bar-height) - var(--tab-height)));
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab .note-tab-wrapper {
|
||||
height: var(--tab-height) !important;
|
||||
transition: background 75ms ease-in,
|
||||
@ -663,6 +667,11 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#root-widget.horizontal-layout .tab-row-widget .note-tab .note-tab-wrapper {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab:nth-child(1) {
|
||||
transform: translate3d(var(--tab-first-item-horiz-offset), 0, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user