Skip to content

Commit b80ed3f

Browse files
committed
fix styles
1 parent 5172994 commit b80ed3f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/ui/DisplaySettings.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@
3232

3333
.txt {
3434
display: flex;
35+
margin-left: 10px;
3536
}
3637

3738
label {
39+
display: flex;
40+
align-items: center;
41+
3842
svg {
3943
margin-right: 5px !important;
4044
}
@@ -68,6 +72,8 @@
6872
padding: 0 10px;
6973
height: 44px;
7074
display: flex;
75+
min-width: 190px;
76+
justify-content: space-evenly;
7177
border-radius: 5px;
7278
background-color: white;
7379
align-items: center;

0 commit comments

Comments
 (0)