mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
display pictures properly
This commit is contained in:
parent
cfc90f8422
commit
e8d8026242
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