mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
Remove unnecessary px suffixes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#playButton .BigButton {
|
||||
height: 100%;
|
||||
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#serverControls {
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#serverControls .CheckboxDisplay {
|
||||
margin-right: 6px;
|
||||
box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#serverControls .Checkbox label {
|
||||
@@ -80,7 +80,7 @@
|
||||
border-radius: 6px;
|
||||
height: 18px;
|
||||
|
||||
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.ServerConfig .TextInputWrapper {
|
||||
|
||||
Reference in New Issue
Block a user