diff options
| author | Christine Dodrill <me@christine.website> | 2021-04-01 22:30:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 22:30:45 -0400 |
| commit | 8383914aa5abc232fa56ce437e777d5024eb63e1 (patch) | |
| tree | bedceacc5a8e1260e73d251a84d44838a3e25acb /css/shim.css | |
| parent | 0360c87582e2e5025c06fec2431b867992dc71b0 (diff) | |
| download | xesite-8383914aa5abc232fa56ce437e777d5024eb63e1.tar.xz xesite-8383914aa5abc232fa56ce437e777d5024eb63e1.zip | |
Unix domain socket http server (#352)
* enable ipv6 support
Signed-off-by: Christine Dodrill <me@christine.website>
* enable unix socket powers
Signed-off-by: Christine Dodrill <me@christine.website>
* unix domain socket post
Signed-off-by: Christine Dodrill <me@christine.website>
* bump rust
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'css/shim.css')
| -rw-r--r-- | css/shim.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |
