mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 20:04:36 +03:00
Improve layout
This commit is contained in:
parent
7d1afed296
commit
e2c9b4b66c
@ -13,14 +13,19 @@ Screen {
|
||||
layout: grid;
|
||||
grid-size: 2;
|
||||
grid-gutter: 1 2;
|
||||
grid-columns: 20 1fr;
|
||||
grid-columns: 18 1fr;
|
||||
grid-rows: 1fr;
|
||||
margin: 0 0;
|
||||
}
|
||||
|
||||
#editing-area {
|
||||
background: $surface-lighten-3;
|
||||
}
|
||||
|
||||
#canvas {
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 1 2;
|
||||
}
|
||||
|
||||
#tools_box {
|
||||
@ -30,7 +35,6 @@ Screen {
|
||||
grid-columns: 6;
|
||||
grid-rows: 3;
|
||||
padding: 1 1;
|
||||
width: 20;
|
||||
height: 100%;
|
||||
border-bottom: tall $panel-darken-2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user