diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,6 +5,10 @@ max-width: 13em;
}
+#img2img_interrogate{
+ max-width: 10em;
+}
+
#subseed_show{
min-width: 6em;
max-width: 6em;
@@ -26,7 +30,7 @@ padding-right: 0;
}
-#component-1 div{
+#toprow div{
border: none;
gap: 0;
}
|