added notifications

This commit is contained in:
Stephan Richter
2020-09-12 23:16:17 +02:00
parent f47def02ac
commit c216a762f0
4 changed files with 49 additions and 20 deletions

View File

@@ -49,4 +49,14 @@ svg text{
.menu .tile .list .tile{
position: relative;
}
#messages{
display: none;
position: fixed;
bottom: 5px;
right: 5px;
padding: 5px;
border-radius: 5px;
background: yellow;
}