We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5172994 commit b80ed3fCopy full SHA for b80ed3f
1 file changed
src/ui/DisplaySettings.scss
@@ -32,9 +32,13 @@
32
33
.txt {
34
display: flex;
35
+ margin-left: 10px;
36
}
37
38
label {
39
+ display: flex;
40
+ align-items: center;
41
+
42
svg {
43
margin-right: 5px !important;
44
@@ -68,6 +72,8 @@
68
72
padding: 0 10px;
69
73
height: 44px;
70
74
75
+ min-width: 190px;
76
+ justify-content: space-evenly;
71
77
border-radius: 5px;
78
background-color: white;
79
align-items: center;
0 commit comments