mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-11 12:34:05 +00:00
Merge pull request #1671 from wallabag/v2-fix-theme-img
display pictures properly
This commit is contained in:
commit
4ead9c648f
1 changed files with 5 additions and 0 deletions
|
@ -339,6 +339,11 @@ main ul.row {
|
|||
max-width: 40em;
|
||||
}
|
||||
|
||||
#article img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.reader-mode {
|
||||
width: 95px !important;
|
||||
transition: width 0.2s ease;
|
||||
|
|
Loading…
Reference in a new issue