MikaFil commited on
Commit
15ea25a
·
verified ·
1 Parent(s): b6f5e3a

Update style/default/style.css

Browse files
Files changed (1) hide show
  1. style/default/style.css +8 -0
style/default/style.css CHANGED
@@ -174,6 +174,14 @@ progress::-moz-progress-bar { background-color: #4682B4; }
174
  opacity: 1 !important;
175
  visibility: visible !important;
176
  margin-right: 8px;
 
 
 
 
 
 
 
 
177
  }
178
  .widget-button:hover { background-color: rgba(242,240,239,0.7); }
179
  .fullscreen-toggle { top: 12px; right: 12px; }
 
174
  opacity: 1 !important;
175
  visibility: visible !important;
176
  margin-right: 8px;
177
+
178
+ /* ── Correctifs iOS Safari ── */
179
+ -webkit-appearance: none;
180
+ appearance: none;
181
+ padding: 0;
182
+ line-height: 1;
183
+ box-sizing: border-box;
184
+ flex-shrink: 0;
185
  }
186
  .widget-button:hover { background-color: rgba(242,240,239,0.7); }
187
  .fullscreen-toggle { top: 12px; right: 12px; }