UI - Visual Selector graphics should be centred

This commit is contained in:
dgtlmoon
2024-07-05 14:33:36 +02:00
parent a1d04bb37f
commit 09bc24ff34
2 changed files with 3 additions and 0 deletions
@@ -1,6 +1,8 @@
#selector-wrapper {
height: 100%;
text-align: center;
max-height: 70vh;
overflow-y: scroll;
position: relative;
@@ -1065,6 +1065,7 @@ ul {
#selector-wrapper {
height: 100%;
text-align: center;
max-height: 70vh;
overflow-y: scroll;
position: relative; }