mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/11915] Fix various problems with responsive design.
PHPBB3-11915
This commit is contained in:
@@ -499,6 +499,10 @@ fieldset.display-actions {
|
||||
margin: 0 25px;
|
||||
}
|
||||
|
||||
.attach-comment dfn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
||||
{
|
||||
p.responsive-center {
|
||||
@@ -526,4 +530,9 @@ fieldset.display-actions {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.attach-controls {
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user