mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 01:04:25 -04:00
Expand image button (#570)
added full-screen image modal when clicking on img's Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
553cd3577d
commit
cac9b7ea37
8 changed files with 55 additions and 7 deletions
|
@ -48,3 +48,11 @@ body {
|
|||
.font-style-normal {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.cursor-zoom-in {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
.cursor-zoom-out {
|
||||
cursor: zoom-out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue