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