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%;
|
width: 100%;
|
||||||
/* min-width: 50;*/
|
/* min-width: 50;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs {
|
.logs {
|
||||||
height: 1fr;
|
height: 1fr;
|
||||||
}
|
}
|
||||||
|
@ -24,6 +25,13 @@ TabbedContent {
|
||||||
height: 1fr;
|
height: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TabPane {
|
||||||
|
padding: 0 1;
|
||||||
|
border-bottom: heavy $primary-background;
|
||||||
|
border-subtitle-color: $text-disabled;
|
||||||
|
height: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
Notification {
|
Notification {
|
||||||
dock: bottom;
|
dock: bottom;
|
||||||
layer: notification;
|
layer: notification;
|
||||||
|
@ -60,3 +68,8 @@ Footer {
|
||||||
.footer--key {
|
.footer--key {
|
||||||
background: #004578;
|
background: #004578;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ScrollBar {
|
||||||
|
border-top: solid $panel-lighten-3;
|
||||||
|
border-bottom: solid $panel-lighten-3;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue