css update to the buttons in the settings menu
This commit is contained in:
parent
5384ac64ec
commit
e693dcdab4
1 changed files with 8 additions and 0 deletions
|
@ -1283,6 +1283,8 @@ span {
|
||||||
gap:.04in;
|
gap:.04in;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.setting{
|
.setting{
|
||||||
background:var(--user-info-bg);
|
background:var(--user-info-bg);
|
||||||
|
@ -1697,4 +1699,10 @@ form div{
|
||||||
}
|
}
|
||||||
.titlespace{
|
.titlespace{
|
||||||
padding:.1in 0 0 .1in
|
padding:.1in 0 0 .1in
|
||||||
|
}
|
||||||
|
.SettingsButton{
|
||||||
|
width: 95%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: .03in;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue