styling: add bottom border to main area, +top/bottom scrollbar borders
This commit is contained in:
parent
24e356c2e4
commit
b4ebb37b11
1 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,7 @@ GPUStatsWidget {
|
|||
width: 100%;
|
||||
/* min-width: 50;*/
|
||||
}
|
||||
|
||||
.logs {
|
||||
height: 1fr;
|
||||
}
|
||||
|
@ -24,6 +25,13 @@ TabbedContent {
|
|||
height: 1fr;
|
||||
}
|
||||
|
||||
TabPane {
|
||||
padding: 0 1;
|
||||
border-bottom: heavy $primary-background;
|
||||
border-subtitle-color: $text-disabled;
|
||||
height: 1fr;
|
||||
}
|
||||
|
||||
Notification {
|
||||
dock: bottom;
|
||||
layer: notification;
|
||||
|
@ -60,3 +68,8 @@ Footer {
|
|||
.footer--key {
|
||||
background: #004578;
|
||||
}
|
||||
|
||||
ScrollBar {
|
||||
border-top: solid $panel-lighten-3;
|
||||
border-bottom: solid $panel-lighten-3;
|
||||
}
|
||||
|
|
Reference in a new issue