mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
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:
parent
6337c515bb
commit
f371f4e043
@ -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
@ -192,6 +192,7 @@ html, body {
|
||||
bottom: 30px;
|
||||
right: 0;
|
||||
padding: 20px;
|
||||
z-index: 1;
|
||||
& div {
|
||||
border-radius: 10px;
|
||||
width: 500px;
|
||||
|
Loading…
Reference in New Issue
Block a user