diff options
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index b86e188..5a4c10e 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -125,6 +125,7 @@ overflow-y:auto; } + @keyframes shake { 0%, @@ -449,6 +450,20 @@ border: none; } +#client_oocinput { + display:flex; + flex-flow: row nowrap; + whitespace: nowrap; +} + +#client_oocinputbox { + flex-grow:1; +} + +#OOC_name { + width:15%; +} + #client_musicsearch { width: 100%; } |
