mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +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;
|
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