Redesign and fix search, add custom timeline tab

This commit is contained in:
Zed 2019-09-19 01:01:47 +02:00
commit 7d7eb085ca
14 changed files with 244 additions and 275 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;