mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
Iframe capsule (#1663)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f1117dbad3
commit
8a23aa1401
7 changed files with 92 additions and 11 deletions
|
@ -43,5 +43,13 @@
|
|||
object-fit: cover;
|
||||
min-height: 300px;
|
||||
width: 100%;
|
||||
|
||||
body.dark &{
|
||||
@import "../../../../style/variables.dark";
|
||||
box-shadow: inset fade-out($black, 0.5) 0 0 20px;
|
||||
}
|
||||
|
||||
@import "../../../../style/variables.light";
|
||||
box-shadow: inset fade-out($black, 0.5) 0 0 20px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue