diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-07 16:29:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-10 09:43:44 +0200 |
commit | 82f443de1aba70ce75c72a4a7f669385600ab3c6 (patch) | |
tree | 198ab1db910b44ad9844c3365d0ec2dec7325778 /client/src/sass | |
parent | 10846ef656585ee857ec43fc22b490409ddd0d44 (diff) | |
download | PeerTube-82f443de1aba70ce75c72a4a7f669385600ab3c6.tar.gz PeerTube-82f443de1aba70ce75c72a4a7f669385600ab3c6.tar.zst PeerTube-82f443de1aba70ce75c72a4a7f669385600ab3c6.zip |
Add buttons in playlist page
To delete/edit/share the playlist
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index cdf0ee992..f4e4d8977 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -282,6 +282,7 @@ table { | |||
282 | max-height: 500px; | 282 | max-height: 500px; |
283 | 283 | ||
284 | display: flex; | 284 | display: flex; |
285 | flex-direction: column; | ||
285 | align-items: center; | 286 | align-items: center; |
286 | justify-content: center; | 287 | justify-content: center; |
287 | font-size: 16px; | 288 | font-size: 16px; |