diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-28 01:10:26 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-28 01:10:26 +0100 |
commit | bf64ed4196938ba9002c887cadb01bd2a6e3127a (patch) | |
tree | 889b8f89c59cd513edd973785a76ccf6f8c23f3d /client/src/sass | |
parent | 71810d0bcbed0e46ddaa1d4eadd028154786fffb (diff) | |
download | PeerTube-bf64ed4196938ba9002c887cadb01bd2a6e3127a.tar.gz PeerTube-bf64ed4196938ba9002c887cadb01bd2a6e3127a.tar.zst PeerTube-bf64ed4196938ba9002c887cadb01bd2a6e3127a.zip |
Add search bars for a user's videos and playlist library
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 0acffef3c..9398f0adc 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -10,6 +10,12 @@ | |||
10 | color: var(--mainForegroundColor) !important; | 10 | color: var(--mainForegroundColor) !important; |
11 | } | 11 | } |
12 | 12 | ||
13 | my-edit-button, | ||
14 | my-delete-button, | ||
15 | my-button { | ||
16 | height: max-content; | ||
17 | } | ||
18 | |||
13 | // data table customizations | 19 | // data table customizations |
14 | p-table { | 20 | p-table { |
15 | .ui-table-caption { | 21 | .ui-table-caption { |