aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index b24ee23f..b42c303e 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -164,6 +164,11 @@ body > header p {
margin-bottom: 20px;
padding: 15px;
display: none;
+ position: absolute;
+ top: 3em;
+ right: 0;
+ background-color: rgba(255,255,255,.6);
+ backdrop-filter: blur(5px)
}
#newmessage textarea {
border: 1px solid #CCC;