From e568aec6a5c65989b342a9ed186c138447c86c0e Mon Sep 17 00:00:00 2001 From: craftxbox Date: Sun, 7 Feb 2021 20:19:56 -0330 Subject: move ooc input inline styling to stylesheet (part 2) --- webAO/styles/client.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webAO/styles/client.css') 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%; } -- cgit