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:
parent
54d98679ff
commit
b515efac53
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue