Note panel options menu with archived

This commit is contained in:
Mo Bitar
2017-10-15 17:39:51 -05:00
parent 650464d474
commit 0838f927ab
6 changed files with 79 additions and 30 deletions

View File

@@ -25,6 +25,25 @@ ul.section-menu-bar {
font-weight: bold;
user-select: none;
&.full-width {
width: 100%;
}
&.item-with-subtitle {
label {
// float: left;
margin-right: 8px;
}
.subtitle {
margin-top: 1px;
opacity: 0.5;
font-weight: normal;
font-size: 12px;
}
}
&.selected {
background-color: $blue-color;
border-radius: 1px;

View File

@@ -6,7 +6,7 @@
max-width: 350px;
min-width: 170px;
$notes-title-bar-height: 130px;
$notes-title-bar-height: 147px;
#notes-title-bar {
color: rgba(black, 0.40);
@@ -26,11 +26,11 @@
right: 14px;
}
#tag-menu-bar {
#notes-menu-bar {
position: relative;
margin: 0 -14px;
margin-top: 14px;
// padding-left: 4px;
height: 45px;
width: auto;
}