mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
fix owerflow :3
This commit is contained in:
parent
bf2528368a
commit
08ed9141b9
1 changed files with 7 additions and 8 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue