floating button font-size 14px

This commit is contained in:
russell@unturf.com 2026-03-03 16:34:36 -05:00
parent 433fb137f5
commit f71d00295f
2 changed files with 2 additions and 2 deletions

View file

@ -1332,7 +1332,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
height: 69px; height: 69px;
border-radius: 21px; border-radius: 21px;
font-family: 'ChunkFiveRegular', monospace; font-family: 'ChunkFiveRegular', monospace;
font-size: 13px; font-size: 14px;
cursor: pointer; cursor: pointer;
box-shadow: 0 4px 12px rgba(0,0,0,0.3); box-shadow: 0 4px 12px rgba(0,0,0,0.3);
z-index: 1000; z-index: 1000;

View file

@ -1410,7 +1410,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
height: 69px; height: 69px;
border-radius: 21px; border-radius: 21px;
font-family: 'ChunkFiveRegular', monospace; font-family: 'ChunkFiveRegular', monospace;
font-size: 13px; font-size: 14px;
cursor: pointer; cursor: pointer;
box-shadow: 0 4px 12px rgba(0,0,0,0.3); box-shadow: 0 4px 12px rgba(0,0,0,0.3);
z-index: 1000; z-index: 1000;