Skip to content

Commit ea2a23c

Browse files
committed
Optimize the styling for mobile devices
1 parent 132f1a4 commit ea2a23c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web_src/css/features/cropper.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
.cropper-panel {
44
display: flex;
5+
flex-wrap: wrap;
56
column-gap: 10px;
67
}
78

9+
.cropper-panel h3 {
10+
word-break: keep-all;
11+
}
12+
813
.cropper-panel #cropper-result {
914
overflow: hidden;
1015
width: 256px;
@@ -15,6 +20,7 @@
1520

1621
.cropper-panel .cropper-editor {
1722
flex: 1;
23+
min-width: 300px;
1824
max-width: 100%;
1925
overflow: hidden;
2026
}

0 commit comments

Comments
 (0)