mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Merge pull request #123 from captbaritone/button-position
Tweak position of shuffle and repeat buttons
This commit is contained in:
commit
127c8c58b8
1 changed files with 2 additions and 2 deletions
|
|
@ -611,7 +611,7 @@ body {
|
|||
.shuffle-repeat {
|
||||
position: absolute;
|
||||
top: 89px;
|
||||
left: 164px;
|
||||
left: 163px;
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
|
|
@ -637,7 +637,7 @@ body {
|
|||
}
|
||||
|
||||
.shuffle-repeat #repeat {
|
||||
left: 47px;
|
||||
left: 46px;
|
||||
width: 28px;
|
||||
}
|
||||
.shuffle-repeat #repeat:active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue