textual-paint/paint.css

21 lines
265 B
CSS
Raw Normal View History

2023-04-10 23:51:53 +03:00
Screen {
overflow: auto;
}
2023-04-10 23:54:14 +03:00
#paint {
2023-04-10 23:51:53 +03:00
layout: grid;
2023-04-11 00:45:54 +03:00
grid-size: 2;
2023-04-10 23:51:53 +03:00
grid-gutter: 1 2;
2023-04-11 00:45:54 +03:00
grid-columns: 6;
grid-rows: 3;
2023-04-10 23:51:53 +03:00
margin: 1 2;
min-height: 25;
min-width: 26;
height: 100%;
}
Button {
width: 100%;
height: 100%;
}