1
Fork 0

fix owerflow :3

This commit is contained in:
Ashley 2023-12-06 14:39:20 +00:00
parent bf2528368a
commit 08ed9141b9

View file

@ -1773,15 +1773,14 @@ ptd-custom-more {
}
@media screen and (orientation:landscape) {
.ptnewbuttons {
margin-left:auto;
width:fit-content;
width:-moz-fit-content;
overflow:scroll;
max-width:150em!important;
margin-right: auto !important;
}
.ptnewbuttons {
margin-left:auto;
width:auto;
max-width:150em!important;
margin-right:auto !important;
}
}
.new-button.engagement:hover {
background-color:#0009
}