mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +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;
|
max-width: 40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#article img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.reader-mode {
|
.reader-mode {
|
||||||
width: 95px !important;
|
width: 95px !important;
|
||||||
transition: width 0.2s ease;
|
transition: width 0.2s ease;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue