tab bar is automatically hidden for only one tab

This commit is contained in:
zadam
2019-05-07 22:14:35 +02:00
parent 4ea27e604f
commit bfc61f8b36
5 changed files with 20 additions and 3 deletions

View File

@@ -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;
}

View File

@@ -53,6 +53,7 @@ html, body {
.note-title-row {
display: flex;
padding-left: 15px;
padding-top: 10px;
flex-shrink: 0;
}

View File

@@ -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">