made human-friendly editing buttons

This commit is contained in:
Fedor Katurov 2023-04-26 17:09:23 +06:00
parent 6d854f57a5
commit 02333e6049
15 changed files with 175 additions and 28 deletions

View file

@ -0,0 +1,22 @@
.wrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
user-select: none;
}
.content {
flex: 1;
}
.panel {
flex: 0;
padding: 10px;
display: flex;
flex-direction: row;
}
.filler {
flex: 1;
}