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

@ -1775,13 +1775,12 @@ 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;
overflow:scroll;
max-width:150em!important; max-width:150em!important;
margin-right: auto !important; margin-right:auto !important;
} }
} }
.new-button.engagement:hover { .new-button.engagement:hover {
background-color:#0009 background-color:#0009
} }