mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 20:04:36 +03:00
Tweak status bar styles
- Make there be a border at the outside on both the left and the right - For the inner dividing borders, use left instead of right so that there's a slight gap between the left-aligned text and the border.
This commit is contained in:
parent
76e578cf4a
commit
4a308f22e1
10
paint.css
10
paint.css
@ -312,11 +312,15 @@ MessageBox .window_content Horizontal {
|
||||
width: 20;
|
||||
height: 100%;
|
||||
content-align: left middle;
|
||||
border: outer $panel-darken-2;
|
||||
border-right: outer $panel-darken-1;
|
||||
border: none;
|
||||
border-top: outer $panel-darken-2;
|
||||
border-bottom: outer $panel-lighten-1;
|
||||
border-left: none;
|
||||
border-left: outer $panel-darken-1;
|
||||
}
|
||||
#status_bar > #status_text {
|
||||
width: 1fr;
|
||||
}
|
||||
#status_bar > #status_dimensions {
|
||||
/* this is the last division */
|
||||
border-right: outer $panel-darken-1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user