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) { @media screen and (orientation:landscape) {
.ptnewbuttons { .ptnewbuttons {
margin-left:auto; margin-left:auto;
width:fit-content; width:auto;
width:-moz-fit-content; max-width:150em!important;
overflow:scroll; margin-right:auto !important;
max-width:150em!important; }
margin-right: auto !important;
}
} }
.new-button.engagement:hover { .new-button.engagement:hover {
background-color:#0009 background-color:#0009
} }