mirror of https://github.com/Chocobozzz/PeerTube
Fix tables on small devices
parent
52319e371f
commit
f547ab7dd1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue