From 08ed9141b9312d1c64500a47a1bf8356ee37b3b6 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 6 Dec 2023 14:39:20 +0000 Subject: [PATCH] fix owerflow :3 --- css/mobile.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index fd665ae..a972064 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -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 }