Archived
1
1
Fork 0

styling: add bottom border to main area, +top/bottom scrollbar borders

This commit is contained in:
Josh Lay 2023-05-11 21:35:47 -05:00
parent 24e356c2e4
commit b4ebb37b11
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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;
}