Additional Padding Fix (CSS)

This commit is contained in:
LightSaveUs
2022-10-08 03:24:12 +03:00
committed by GitHub
parent 175a17c12b
commit 0ef1faff4d

View File

@@ -1202,7 +1202,7 @@ body {
.gametext { .gametext {
margin-top: auto; margin-top: auto;
padding: 10px 10px 10px 10px; padding: 10px 12px 10px 12px;
vertical-align: bottom; vertical-align: bottom;
overflow-y: scroll; overflow-y: scroll;
outline: none; outline: none;
@@ -2328,7 +2328,7 @@ button.disabled {
.fullwidth { .fullwidth {
width: 100%; width: 100%;
padding: 5px 5px 5px 5px; padding: 5px 7px 5px 7px;
} }
.rawtext { .rawtext {