mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-21 22:43:22 +08:00
Minor css fix: stop image stretched vertically in content view
This commit is contained in:
parent
8ac455b307
commit
efa59d6d8b
3 changed files with 8 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -486,6 +486,7 @@ a {
|
|||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue