diff options
| author | craftxbox <craftxbox@craftxbox.com> | 2021-02-07 20:19:56 -0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 20:19:56 -0330 |
| commit | e568aec6a5c65989b342a9ed186c138447c86c0e (patch) | |
| tree | 08fc5a8ab35e8bf130eb919d2c07ff812228104d /webAO/styles | |
| parent | a64a283c98263ed4da128232e986c4ddecfb6c08 (diff) | |
move ooc input inline styling to stylesheet (part 2)
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%; } |
