positioning fixes

This commit is contained in:
ed
2021-08-28 03:27:14 +02:00
parent 12a3f0ac31
commit 8e55551a06
3 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ html {
#tt, #toast {
position: fixed;
max-width: 34em;
max-width: min(34em, 90%);
max-width: min(34em, calc(100% - 7em));
background: #222;
border: 0 solid #777;
box-shadow: 0 .2em .5em #222;