mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
settings: Responsiveness fixes
This commit is contained in:
parent
4108ef50f5
commit
9c0a5091ef
@ -354,7 +354,7 @@ a.box {
|
|||||||
}
|
}
|
||||||
.setting {
|
.setting {
|
||||||
background: var(--bg2);
|
background: var(--bg2);
|
||||||
margin: 8px 0;
|
margin: 8px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -372,10 +372,12 @@ a.box {
|
|||||||
}
|
}
|
||||||
.setting .desc {
|
.setting .desc {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
.setting .switch {
|
.setting .switch {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
|
min-width: 44px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background: #8886;
|
background: #8886;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user