mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/12728] Adjust .postimage sizing to 100%
PHPBB3-12728
This commit is contained in:
@@ -267,7 +267,7 @@ dd.option {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.postbody img.postimage {
|
.postbody img.postimage {
|
||||||
max-width: 99%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search .postbody {
|
.search .postbody {
|
||||||
|
@@ -632,7 +632,7 @@ input:focus, select:focus, textarea:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.postimage {
|
.postimage {
|
||||||
max-width: 99%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.syntaxbg {
|
.syntaxbg {
|
||||||
|
Reference in New Issue
Block a user