From 8383914aa5abc232fa56ce437e777d5024eb63e1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 1 Apr 2021 22:30:45 -0400 Subject: Unix domain socket http server (#352) * enable ipv6 support Signed-off-by: Christine Dodrill * enable unix socket powers Signed-off-by: Christine Dodrill * unix domain socket post Signed-off-by: Christine Dodrill * bump rust Signed-off-by: Christine Dodrill --- css/shim.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') diff --git a/css/shim.css b/css/shim.css index 1319ecf..7a32d9a 100644 --- a/css/shim.css +++ b/css/shim.css @@ -28,3 +28,12 @@ img { min-width: 9rem; max-width: calc(((70rem - 2rem)/6)); } + +.conversation-smol { + min-width: 6rem; + max-width: 6rem; +} + +.conversation-chat { + align-self: center; +} -- cgit v1.2.3