mirror of
https://github.com/9001/copyparty.git
synced 2026-03-31 12:33:05 +10:00
positioning fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user