diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-17 14:26:37 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-17 14:26:37 +0100 |
commit | ac2b052d5448a6c3a590f5f567a5297d8c41966c (patch) | |
tree | dc141516ff331c69e89f120a9d54f1a42914f4b9 /client/src/sass | |
parent | 18429d011e88217e371cda4600f6e3e65ddb9eaa (diff) | |
download | PeerTube-ac2b052d5448a6c3a590f5f567a5297d8c41966c.tar.gz PeerTube-ac2b052d5448a6c3a590f5f567a5297d8c41966c.tar.zst PeerTube-ac2b052d5448a6c3a590f5f567a5297d8c41966c.zip |
Increase play button size
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/_player-variables.scss | 1 | ||||
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/player/_player-variables.scss b/client/src/sass/player/_player-variables.scss index cfe052195..1d94b6f96 100644 --- a/client/src/sass/player/_player-variables.scss +++ b/client/src/sass/player/_player-variables.scss | |||
@@ -3,6 +3,7 @@ $primary-foreground-opacity: 0.9; | |||
3 | $primary-foreground-opacity-hover: 1; | 3 | $primary-foreground-opacity-hover: 1; |
4 | $primary-background-color: rgba(0, 0, 0, 0.8); | 4 | $primary-background-color: rgba(0, 0, 0, 0.8); |
5 | 5 | ||
6 | $play-control-font-size: 16px; | ||
6 | $font-size: 13px; | 7 | $font-size: 13px; |
7 | $control-bar-height: 34px; | 8 | $control-bar-height: 34px; |
8 | 9 | ||
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index a6eccf7a2..0144e89fb 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -242,8 +242,8 @@ body { | |||
242 | @include disable-outline; | 242 | @include disable-outline; |
243 | 243 | ||
244 | cursor: pointer; | 244 | cursor: pointer; |
245 | font-size: $font-size; | 245 | font-size: $play-control-font-size; |
246 | width: 3em; | 246 | width: 2em; |
247 | } | 247 | } |
248 | 248 | ||
249 | .vjs-time-control { | 249 | .vjs-time-control { |