fix: increase emoji button font size from 12px to 18px

- Updated .uncloseai-btn-small font-size from 12px to 18px in both CSS files
- Makes emoji icons more visible and appropriately sized
- Improves button usability and visual hierarchy
This commit is contained in:
Russell Ballestrini 2025-07-10 08:25:51 -04:00
parent 54d98679ff
commit b515efac53
2 changed files with 2 additions and 2 deletions

View file

@ -690,7 +690,7 @@ dialog#tts-modal {
.uncloseai-btn-small {
padding: 4px 8px;
font-size: 12px;
font-size: 18px;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s;

View file

@ -740,7 +740,7 @@ dialog#tts-modal {
.uncloseai-btn-small {
padding: 4px 8px;
font-size: 12px;
font-size: 18px;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s;