mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 20:13:07 +10:00
minimal support for browsers without css-variables
This commit is contained in:
@@ -11,6 +11,7 @@ html {
|
||||
max-width: 34em;
|
||||
max-width: min(34em, 90%);
|
||||
max-width: min(34em, calc(100% - 7em));
|
||||
color: #ddd;
|
||||
background: #333;
|
||||
border: 0 solid #777;
|
||||
box-shadow: 0 .2em .5em #111;
|
||||
|
||||
Reference in New Issue
Block a user