mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Revert audio player playerControls padding
This commit is contained in:
@@ -1088,10 +1088,8 @@ export default {
|
|||||||
#playerControls {
|
#playerControls {
|
||||||
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
|
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
|
||||||
transition-property: width, bottom;
|
transition-property: width, bottom;
|
||||||
width: auto;
|
width: 128px;
|
||||||
min-width: 150px;
|
padding-right: 24px;
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
bottom: 70px;
|
bottom: 70px;
|
||||||
}
|
}
|
||||||
#playerControls .jump-icon {
|
#playerControls .jump-icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user