Redesign and fix search, add custom timeline tab

This commit is contained in:
Zed
2019-09-19 01:01:47 +02:00
parent c1a136c6db
commit 7d7eb085ca
14 changed files with 242 additions and 273 deletions

View File

@@ -16,13 +16,9 @@
&-header-mobile {
padding: 5px 12px 0;
display: none;
}
&-label {
width: 100%;
width: calc(100% - 24px);
float: unset;
color: $accent;
display: flex;
justify-content: space-between;
}
@@ -57,13 +53,9 @@
}
}
#photo-rail-toggle {
display: none;
&:checked ~ .photo-rail-grid {
max-height: 600px;
padding-bottom: 12px;
}
@include create-toggle(photo-rail-grid, 640px);
#photo-rail-grid-toggle:checked ~ .photo-rail-grid {
padding-bottom: 12px;
}
@media(max-width: 600px) {
@@ -72,7 +64,7 @@
}
.photo-rail-header-mobile {
display: block;
display: flex;
}
.photo-rail-grid {