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 {
flex-direction: column;
}
.row-simple {
flex-direction: row;
}
.col-simple, .row-simple {
display: flex;
flex: 1;
flex-direction: column;
flex-grow: 1;
.row {

View File

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

File diff suppressed because it is too large Load Diff