diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-30 15:28:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-30 15:28:49 +0100 |
commit | 9972ace3a3bc65865fb3aaaa865a400386e49252 (patch) | |
tree | 7bd9a0b40311145c942b0cbf2fbcf58a58f9eca5 /client/src | |
parent | 75ec2580484d2fa2d6d21a062ddb33ffea9ab046 (diff) | |
parent | fbe088b816c6e33e013006285e18bc2938173507 (diff) | |
download | PeerTube-9972ace3a3bc65865fb3aaaa865a400386e49252.tar.gz PeerTube-9972ace3a3bc65865fb3aaaa865a400386e49252.tar.zst PeerTube-9972ace3a3bc65865fb3aaaa865a400386e49252.zip |
Merge branch 'release/5.0.0' into develop
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index fb1d3f7bd..88f6efb6a 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -455,7 +455,7 @@ p-table { | |||
455 | background-color: pvar(--mainBackgroundColor) !important; | 455 | background-color: pvar(--mainBackgroundColor) !important; |
456 | 456 | ||
457 | .caption { | 457 | .caption { |
458 | height: 40px; | 458 | min-height: 40px; |
459 | width: 100%; | 459 | width: 100%; |
460 | display: inline-flex; | 460 | display: inline-flex; |
461 | align-items: center; | 461 | align-items: center; |
@@ -634,6 +634,11 @@ p-table { | |||
634 | right: 0; | 634 | right: 0; |
635 | color: pvar(--inputPlaceholderColor); | 635 | color: pvar(--inputPlaceholderColor); |
636 | overflow: visible; | 636 | overflow: visible; |
637 | |||
638 | @media screen and (max-width: $small-view) { | ||
639 | left: 0; | ||
640 | top: 40px; | ||
641 | } | ||
637 | } | 642 | } |
638 | 643 | ||
639 | .p-paginator-first, | 644 | .p-paginator-first, |