mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
tab bar is automatically hidden for only one tab
This commit is contained in:
@@ -15,7 +15,7 @@ body {
|
||||
1fr;
|
||||
|
||||
justify-content: center;
|
||||
grid-gap: 10px;
|
||||
grid-gap: 0;
|
||||
}
|
||||
|
||||
#container.distraction-free-mode {
|
||||
@@ -31,6 +31,7 @@ body {
|
||||
#note-tab-container {
|
||||
grid-area: tab-container;
|
||||
min-height: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#search-box {
|
||||
@@ -81,9 +82,9 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
padding: 10px 0 10px 0;
|
||||
margin: 0 10px 0 10px;
|
||||
border: 1px solid var(--main-border-color);
|
||||
border-radius: 7px;
|
||||
margin: 10px 10px 0;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
@@ -160,4 +161,10 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.note-title-row {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
@@ -53,6 +53,7 @@ html, body {
|
||||
.note-title-row {
|
||||
display: flex;
|
||||
padding-left: 15px;
|
||||
padding-top: 10px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div style="flex-grow: 0; flex-shrink: 0;">
|
||||
<div class="note-title-row">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div class="dropdown hide-toggle">
|
||||
<button class="btn btn-sm dropdown-toggle note-path-list-button" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user