Buttons position adjustment

This commit is contained in:
LightSaveUs
2022-09-01 16:47:22 +03:00
committed by GitHub
parent 08fac1157a
commit 716494e2d3

View File

@@ -494,16 +494,17 @@ input[type="range"]::-ms-fill-upper {
.settings_button > .material-icons-outlined {
position: relative;
top: 3px;
top: 1px;
right: 2px;
}
.Model_Info .settings_button {
transform: translateY(7%);
margin: -5px;
}
#import_story_button {
transform: translateY(22%);
}
.settings_button[story_gamesaved="true"] {