diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/settings-menu.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/player/settings-menu.scss b/client/src/sass/player/settings-menu.scss index 369c827f7..cc3cdedb6 100644 --- a/client/src/sass/player/settings-menu.scss +++ b/client/src/sass/player/settings-menu.scss | |||
@@ -121,7 +121,7 @@ $setting-transition-easing: ease-out; | |||
121 | padding: 5px 8px; | 121 | padding: 5px 8px; |
122 | 122 | ||
123 | &.vjs-back-button { | 123 | &.vjs-back-button { |
124 | padding: 8px 8px 13px 12px; | 124 | padding: 12px 8px; |
125 | margin-bottom: 5px; | 125 | margin-bottom: 5px; |
126 | border-bottom: 1px solid #808080; | 126 | border-bottom: 1px solid #808080; |
127 | text-align: start; | 127 | text-align: start; |
@@ -129,7 +129,7 @@ $setting-transition-easing: ease-out; | |||
129 | &::before { | 129 | &::before { |
130 | @include chevron-left(9px, 2px); | 130 | @include chevron-left(9px, 2px); |
131 | 131 | ||
132 | @include margin-right(5px); | 132 | @include margin-right(10px); |
133 | } | 133 | } |
134 | } | 134 | } |
135 | 135 | ||