UI - Visual Selector graphics should be centred

pull/2440/head
dgtlmoon 6 months ago
parent a1d04bb37f
commit 09bc24ff34

@ -1,6 +1,8 @@
#selector-wrapper { #selector-wrapper {
height: 100%; height: 100%;
text-align: center;
max-height: 70vh; max-height: 70vh;
overflow-y: scroll; overflow-y: scroll;
position: relative; position: relative;

@ -1065,6 +1065,7 @@ ul {
#selector-wrapper { #selector-wrapper {
height: 100%; height: 100%;
text-align: center;
max-height: 70vh; max-height: 70vh;
overflow-y: scroll; overflow-y: scroll;
position: relative; } position: relative; }

Loading…
Cancel
Save