diff options
Diffstat (limited to 'client/src/sass/player/context-menu.scss')
-rw-r--r-- | client/src/sass/player/context-menu.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/player/context-menu.scss b/client/src/sass/player/context-menu.scss index 1653dd2c4..501c68ffd 100644 --- a/client/src/sass/player/context-menu.scss +++ b/client/src/sass/player/context-menu.scss | |||
@@ -25,7 +25,7 @@ $context-menu-width: 350px; | |||
25 | cursor: pointer; | 25 | cursor: pointer; |
26 | font-size: 1em; | 26 | font-size: 1em; |
27 | padding: 8px 16px; | 27 | padding: 8px 16px; |
28 | text-align: left; | 28 | text-align: start; |
29 | text-transform: none; | 29 | text-transform: none; |
30 | 30 | ||
31 | &:hover { | 31 | &:hover { |
@@ -35,6 +35,8 @@ $context-menu-width: 350px; | |||
35 | [class^='vjs-icon-'] { | 35 | [class^='vjs-icon-'] { |
36 | $icons: 'link-2', 'repeat', 'code', 'tick-white', 'info'; | 36 | $icons: 'link-2', 'repeat', 'code', 'tick-white', 'info'; |
37 | 37 | ||
38 | @include margin-right(0.8rem !important); | ||
39 | |||
38 | display: inline-flex; | 40 | display: inline-flex; |
39 | position: relative; | 41 | position: relative; |
40 | top: 2px; | 42 | top: 2px; |
@@ -43,7 +45,6 @@ $context-menu-width: 350px; | |||
43 | height: 14px; | 45 | height: 14px; |
44 | background-color: #fff; | 46 | background-color: #fff; |
45 | mask-size: cover; | 47 | mask-size: cover; |
46 | margin-right: 0.8rem !important; | ||
47 | 48 | ||
48 | @each $icon in $icons { | 49 | @each $icon in $icons { |
49 | &[class$="-#{$icon}"] { | 50 | &[class$="-#{$icon}"] { |