Increase calendar search bar height and center label vertically
This commit is contained in:
@@ -119,23 +119,18 @@ class CalendarApp(App):
|
||||
|
||||
#search-container {
|
||||
dock: top;
|
||||
height: 3;
|
||||
height: 4;
|
||||
width: 100%;
|
||||
background: $surface;
|
||||
border-bottom: solid $primary;
|
||||
padding: 0 1;
|
||||
align: left middle;
|
||||
}
|
||||
|
||||
#search-container.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#search-container > Horizontal {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
align: left middle;
|
||||
}
|
||||
|
||||
#search-container .search-label {
|
||||
width: auto;
|
||||
padding: 0 1;
|
||||
|
||||
Reference in New Issue
Block a user