mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 11:59:01 +01:00
landscape wow cool stuff
This commit is contained in:
parent
0f510f500c
commit
3063d4b5d6
1 changed files with 22 additions and 0 deletions
|
@ -2078,3 +2078,25 @@ h3 {
|
||||||
ptd-custom-more {
|
ptd-custom-more {
|
||||||
color: #ffffff;
|
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