Skip to content

Commit

Permalink
Optimize the styling for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 committed Nov 27, 2024
1 parent 132f1a4 commit ea2a23c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_src/css/features/cropper.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

.cropper-panel {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
}

.cropper-panel h3 {
word-break: keep-all;
}

.cropper-panel #cropper-result {
overflow: hidden;
width: 256px;
Expand All @@ -15,6 +20,7 @@

.cropper-panel .cropper-editor {
flex: 1;
min-width: 300px;
max-width: 100%;
overflow: hidden;
}
Expand Down

0 comments on commit ea2a23c

Please sign in to comment.