fix notification showing below char/line count (#40)

* fix notification showing below char/line count

* Recompile SCSS

Co-authored-by: Lukas Schulte Pelkum <kbrt@protonmail.com>
This commit is contained in:
Lup Gabriel 2022-02-07 20:42:36 +02:00 committed by GitHub
parent 6337c515bb
commit f371f4e043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -229,6 +229,7 @@ html.embedded #footer, body.embedded #footer {
bottom: 30px;
right: 0;
padding: 20px;
z-index: 1;
}
.container #notifications div {

File diff suppressed because one or more lines are too long

View File

@ -192,6 +192,7 @@ html, body {
bottom: 30px;
right: 0;
padding: 20px;
z-index: 1;
& div {
border-radius: 10px;
width: 500px;