mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14293]Fix postbody and profile widths
PHPBB3-14293
This commit is contained in:
parent
cbf9408e66
commit
c9ea49e1c2
1 changed files with 8 additions and 1 deletions
|
@ -557,9 +557,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 700px) {
|
||||||
|
.postbody { width: 70%; }
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 850px) {
|
||||||
|
.postbody { width: 76%; }
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 850px) {
|
@media (max-width: 850px) {
|
||||||
.postprofile { width: 28%; }
|
.postprofile { width: 28%; }
|
||||||
.postbody { width: 70%; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 701px) and (max-width: 950px) {
|
@media (min-width: 701px) and (max-width: 950px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue