This commit is contained in:
Mo Bitar
2017-01-31 11:32:09 -06:00
parent 293fee47cd
commit 22c678497d
3 changed files with 17 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
.notes {
width: 25%;
max-width: 25%;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;

View File

@@ -1,10 +1,11 @@
.tags {
width: 15%;
$tags-title-bar-height: 55px;
.tags-title-bar {
color: black;
height: 55px !important;
height: $tags-title-bar-height !important;
padding-left: 12px !important;
padding-right: 12px !important;
font-size: 12px !important;
@@ -25,6 +26,10 @@
}
}
.scrollable {
height: calc(100vh - (#{$tags-title-bar-height} + #{$header-height}));
}
.tag {
height: 30px;
padding: 5px 12px;