mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Update sidebar.
This commit is contained in:
parent
d6a8e16aad
commit
a7d114c7dd
1 changed files with 6 additions and 5 deletions
|
@ -51,7 +51,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
width: 142px;
|
width: 160px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
@ -76,19 +76,20 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
width: 172px;
|
width: 182px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='range'] {
|
input[type='range'] {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
width: 142px;
|
width: 144px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 30px;
|
height: 32px;
|
||||||
line-height: 30px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.range-track() {
|
.range-track() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue