aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-12-30 15:24:03 +0100
committerChocobozzz <me@florianbigard.com>2022-12-30 15:24:03 +0100
commitfbe088b816c6e33e013006285e18bc2938173507 (patch)
treee89dcd643330451f70e0315149451c63098ddd56 /client
parent54db8e3d5c09fedc82d8421529c81255760a5ac2 (diff)
downloadPeerTube-fbe088b816c6e33e013006285e18bc2938173507.tar.gz
PeerTube-fbe088b816c6e33e013006285e18bc2938173507.tar.zst
PeerTube-fbe088b816c6e33e013006285e18bc2938173507.zip
Fix table pagination responsive
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/primeng-custom.scss7
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,