diff options
author | curly <curlybryce@protonmail.com> | 2023-02-15 12:32:03 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-15 12:32:03 -0700 |
commit | 63e3a5097cf47fd8173032feccae580932c90d12 (patch) | |
tree | a2e865bba85609dcb8ccb4cdd7c54c3a7add3b19 /main.css | |
parent | cc307121fc233c47406d8b4fd8d9173f9b5203b4 (diff) | |
download | rocket_test_ui-63e3a5097cf47fd8173032feccae580932c90d12.tar.gz rocket_test_ui-63e3a5097cf47fd8173032feccae580932c90d12.tar.bz2 rocket_test_ui-63e3a5097cf47fd8173032feccae580932c90d12.zip |
button styling
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ display: flex; } .message_buttons > button { - height: fit-content; + height: 1.6em; + width: 1.6em; padding: 2px; margin: 2px; } |