Adityadn commited on
Commit
130c29f
1 Parent(s): ef431ed

Update css/style.css

Browse files
Files changed (1) hide show
  1. css/style.css +24 -0
css/style.css CHANGED
@@ -218,3 +218,27 @@
218
  #stylePreviewOverlay.lower-half {
219
  transform: translate(-140px, -140px);
220
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  #stylePreviewOverlay.lower-half {
219
  transform: translate(-140px, -140px);
220
  }
221
+
222
+ @media (max-width: 512px) {
223
+ .type_row.svelte-15lo0d8.stretch {
224
+ display: contents;
225
+ }
226
+ }
227
+
228
+ #IoOFixed {
229
+ display: flex;
230
+ flex-direction: column;
231
+ }
232
+
233
+ .wrap.svelte-yigbas canvas {
234
+ max-width: 100%;
235
+ object-fit: contain;
236
+ }
237
+
238
+ #advancedSettingDC {
239
+ display: contents;
240
+ }
241
+
242
+ #advancedAdvancedSettings {
243
+ display: none;
244
+ }