Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Slightly reduce size of small images in wizard
Dieser Commit ist enthalten in:
Ursprung
1cca125ebd
Commit
6383be7e09
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -40,8 +40,8 @@
|
||||||
&.group {
|
&.group {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 140px;
|
width: 130px;
|
||||||
height: 140px;
|
height: 130px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
img.small {
|
img.small {
|
||||||
width: 110;
|
width: 100;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren