]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix table pagination responsive
authorChocobozzz <me@florianbigard.com>
Fri, 30 Dec 2022 14:24:03 +0000 (15:24 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 30 Dec 2022 14:24:03 +0000 (15:24 +0100)
client/src/sass/primeng-custom.scss

index fb1d3f7bdb23cf37da56b6dcaddef9cc8f5c425e..88f6efb6a0602407d746a2da31ed5d7dc002711a 100644 (file)
@@ -455,7 +455,7 @@ p-table {
     background-color: pvar(--mainBackgroundColor) !important;
 
     .caption {
-      height: 40px;
+      min-height: 40px;
       width: 100%;
       display: inline-flex;
       align-items: center;
@@ -634,6 +634,11 @@ p-table {
         right: 0;
         color: pvar(--inputPlaceholderColor);
         overflow: visible;
+
+        @media screen and (max-width: $small-view) {
+          left: 0;
+          top: 40px;
+        }
       }
 
       .p-paginator-first,