From 24218b60f2cfbed3d0dae7c2709f4fde8340aae4 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 19 Dec 2019 17:21:32 +0100 Subject: missing emote buttons? not my problem --- webAO/client.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 2c7b7d5..3a75b1c 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -132,6 +132,14 @@ img { width: 95%; } +.emote_button { + display: block; + width: 40px; + height: 40px; + padding: 1px; + cursor: pointer; +} + #client_settings { width: 100%; } -- cgit