Limit screen size of images in notes
This commit is contained in:
parent
aac23eaa30
commit
327dadcaca
6 changed files with 10 additions and 2 deletions
5
resources/assets/sass/_notes.scss
vendored
5
resources/assets/sass/_notes.scss
vendored
|
@ -9,6 +9,11 @@
|
|||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.note img {
|
||||
max-width: 100%;
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
||||
.note-metadata {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue