Skip to content

Commit 85ac91e

Browse files
committed
set max width on config images
1 parent 9018bb2 commit 85ac91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ input[type="range"]::-moz-range-thumb {
231231
padding: 0em;
232232
overflow-y: auto;
233233
scrollbar-color: var(--background-above-above) var(--background-below);
234+
235+
img {
236+
max-width: 100%;
237+
}
234238
}
235239

236240
/* CONFIG WIDGETS AND STUFF */

0 commit comments

Comments
 (0)