This commit is contained in:
Dennis Eichhorn 2023-07-09 02:32:02 +00:00
parent 31e8b39668
commit b5679771fb
3 changed files with 149 additions and 227 deletions

View File

@ -12,9 +12,16 @@
} }
.col-simple { .col-simple {
flex-direction: column;
}
.row-simple {
flex-direction: row;
}
.col-simple, .row-simple {
display: flex; display: flex;
flex: 1; flex: 1;
flex-direction: column;
flex-grow: 1; flex-grow: 1;
.row { .row {

View File

@ -31,6 +31,7 @@ img {
position: relative; position: relative;
display: inline-block; display: inline-block;
line-height: 0; line-height: 0;
overflow: auto;
img { img {
user-select: none; user-select: none;

File diff suppressed because it is too large Load Diff