mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Aligned skip buttons better
This commit is contained in:
@@ -1968,15 +1968,6 @@ nav ul li:hover, nav ul li.active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.skip.playbar, .prev.playbar {
|
||||
float:left;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
height: 32px;
|
||||
line-height: 31px;
|
||||
padding-top: 3px !important;
|
||||
}
|
||||
|
||||
.playbar-btn {
|
||||
cursor: pointer;
|
||||
transition: background-color .2s;
|
||||
@@ -1995,7 +1986,15 @@ nav ul li:hover, nav ul li.active {
|
||||
|
||||
.prev.playbar, #playpause, .skip.playbar {
|
||||
padding: 0 2.5px;
|
||||
height: 51px;
|
||||
}
|
||||
|
||||
.skip.playbar, .prev.playbar {
|
||||
float:left;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
height: 32px;
|
||||
line-height: 31px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.margin-playbar, #volume-button
|
||||
@@ -2503,6 +2502,11 @@ nav ul li:hover, nav ul li.active {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.skip.playbar, .prev.playbar, #playpause {
|
||||
padding-top: 0px;
|
||||
height: 51px;
|
||||
}
|
||||
|
||||
.castButton-unactive, .castButton-active{
|
||||
margin-right: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user