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

@@ -10,21 +10,16 @@
> div:not(:last-child) {
border-bottom: 1px solid $border_grey;
}
}
.timeline-header {
background-color: $bg_panel;
text-align: center;
padding: 10px;
padding: 8px;
display: block;
font-weight: bold;
margin-bottom: 5px;
input[type="text"] {
height: 20px;
}
button {
float: unset;
}
@@ -74,11 +69,6 @@
padding: 6px 0;
}
.timeline-header {
background-color: $bg_panel;
padding: 6px 0;
}
.timeline-protected {
text-align: center;