mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[ticket/14175] Fix online overlap issues
PHPBB3-14175
This commit is contained in:
@@ -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%; }
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user