mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
landscape wow cool stuff
This commit is contained in:
parent
1739840c0f
commit
257f5ab0a5
1 changed files with 22 additions and 0 deletions
|
@ -2078,3 +2078,25 @@ h3 {
|
|||
ptd-custom-more {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media screen and (orientation: landscape) {
|
||||
.ptnewbuttons {
|
||||
margin-left: auto;
|
||||
width: fit-content;
|
||||
margin-right: auto;
|
||||
width: -moz-fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
.new-button.engagement:hover {
|
||||
background-color: #0009;
|
||||
}
|
||||
|
||||
div.new-button:hover {
|
||||
background-color: #0008;
|
||||
}
|
||||
|
||||
a.new-button:hover {
|
||||
background-color: #0008;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue