mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/14175] Fix online overlap issues
PHPBB3-14175
This commit is contained in:
parent
8062c2a18a
commit
6a17cc5560
1 changed files with 6 additions and 1 deletions
|
@ -496,7 +496,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-profile .post-buttons {
|
.has-profile .post-buttons {
|
||||||
right: 20px;
|
right: 30px;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -549,3 +549,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
|
||||||
|
.postprofile { width: 28%; }
|
||||||
|
.postbody { width: 70%; }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue