mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Some adoptions to chrome css
This commit is contained in:
parent
5eceac9d78
commit
6bf68345b5
1 changed files with 7 additions and 8 deletions
|
|
@ -337,8 +337,8 @@ a.github {
|
|||
|
||||
.buttonsidetext {
|
||||
position: absolute;
|
||||
rotate: -90deg;
|
||||
transform-origin: top left;
|
||||
transform: rotate(-90deg);
|
||||
padding-left: 11px;
|
||||
left: 25px;
|
||||
opacity: 0.5;
|
||||
|
|
@ -449,7 +449,7 @@ footer {
|
|||
/* Media alternatives */
|
||||
|
||||
|
||||
@media print, screen and (max-width: 960px) {
|
||||
@media print, screen and (max-width: 960px), (orientation: portrait) {
|
||||
|
||||
div.wrapper {
|
||||
width:auto;
|
||||
|
|
@ -480,6 +480,11 @@ footer {
|
|||
position:static;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
word-wrap: break-word;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.linksection {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
|
|
@ -550,7 +555,6 @@ footer {
|
|||
display: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media print, screen and (max-width: 480px) {
|
||||
|
|
@ -566,15 +570,10 @@ footer {
|
|||
right: 20px;
|
||||
}
|
||||
|
||||
|
||||
.img, .img.screenshot {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media print, screen and (max-width: 400px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue