floating button width 121px, perfect square label
This commit is contained in:
parent
45c630f17a
commit
1d0582bfc9
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue