Compare commits
2 Commits
c112a25409
...
c4c03d5dfb
Author | SHA1 | Date | |
---|---|---|---|
c4c03d5dfb | |||
26c5a78b90 |
@ -445,13 +445,11 @@ div.box {
|
||||
|
||||
.circleControl {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
bottom: 20px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.circleControl .controlItem {
|
||||
height: 60px;
|
||||
margin-top: 10px;
|
||||
opacity: 70%;
|
||||
cursor: pointer;
|
||||
@ -532,6 +530,12 @@ div.box {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.circleControl {
|
||||
width: 60px;
|
||||
}
|
||||
.circleControl .controlItem {
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-height: 399px) {
|
||||
@ -541,12 +545,6 @@ div.box {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.circleControl {
|
||||
width: 45px;
|
||||
}
|
||||
.circleControl .controlItem {
|
||||
height: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-height: 400px) and (max-height: 499px) {
|
||||
|
Loading…
Reference in New Issue
Block a user