floating button width 121px, perfect square label

This commit is contained in:
russell@unturf.com 2026-03-03 16:33:29 -05:00
parent 45c630f17a
commit 1d0582bfc9
2 changed files with 2 additions and 2 deletions

View file

@ -1328,7 +1328,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
position: fixed;
bottom: 69px;
right: 42px;
width: 120px;
width: 121px; /* perfect square label */
height: 55px;
border-radius: 22px;
font-family: 'ChunkFiveRegular', monospace;

View file

@ -1406,7 +1406,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
position: fixed;
bottom: 69px;
right: 42px;
width: 120px;
width: 121px; /* perfect square label */
height: 55px;
border-radius: 22px;
font-family: 'ChunkFiveRegular', monospace;