cleanup
This commit is contained in:
@@ -145,7 +145,7 @@ $section-header-height: 70px;
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: calc(100vh - #{$header-height});
|
max-height: calc(100vh - #{$header-height});
|
||||||
float: left;
|
float: left;
|
||||||
overflow-y: auto;;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
border-left: 1px solid #dddddd;
|
border-left: 1px solid #dddddd;
|
||||||
border-right: 1px solid #dddddd;
|
border-right: 1px solid #dddddd;
|
||||||
// overflow-y: hidden !important;
|
|
||||||
// height: calc(100vh - 130px) !important;
|
$notes-title-bar-height: 130px;
|
||||||
|
|
||||||
.notes-title-bar {
|
.notes-title-bar {
|
||||||
color: rgba(black, 0.40);
|
color: rgba(black, 0.40);
|
||||||
padding-top: 16px !important;
|
padding-top: 16px !important;
|
||||||
height: 130px !important;
|
height: $notes-title-bar-height !important;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
height: calc(100vh - (130px + #{$header-height}));
|
height: calc(100vh - (#{$notes-title-bar-height} + #{$header-height}));
|
||||||
}
|
}
|
||||||
|
|
||||||
.infinite-scroll {
|
.infinite-scroll {
|
||||||
|
|||||||
Reference in New Issue
Block a user