diff options
author | curly <curlybryce@protonmail.com> | 2023-02-15 12:49:13 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-15 12:49:13 -0700 |
commit | c72ab2e77dfe11228701733a0097e38a9da82e31 (patch) | |
tree | 03f11e609b4b5d52d2310a2fff0e1785f8722a33 /main.css | |
parent | 63e3a5097cf47fd8173032feccae580932c90d12 (diff) | |
download | rocket_test_ui-c72ab2e77dfe11228701733a0097e38a9da82e31.tar.gz rocket_test_ui-c72ab2e77dfe11228701733a0097e38a9da82e31.tar.bz2 rocket_test_ui-c72ab2e77dfe11228701733a0097e38a9da82e31.zip |
style tweaks
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,13 +15,17 @@ } .message { display: flex; + height: 1.6em; +} +.message:hover > :last-child { + display: flex; } .messagetext { white-space: pre-wrap; flex-grow: 1; } .message_buttons { - display: flex; + display: none; } .message_buttons > button { height: 1.6em; |