mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix tables on small devices
This commit is contained in:
@@ -739,6 +739,12 @@ p-table {
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-view) {
|
||||
.p-datatable-wrapper {
|
||||
table {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
p-paginator {
|
||||
.p-paginator-current {
|
||||
display: none !important;
|
||||
|
||||
Reference in New Issue
Block a user