floating button right 42px
This commit is contained in:
parent
9e711d344d
commit
45c630f17a
2 changed files with 4 additions and 4 deletions
|
|
@ -385,7 +385,7 @@ dialog#translate-modal {
|
|||
.translate-ai-notice {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
right: 42px;
|
||||
background: #4CAF50;
|
||||
color: white;
|
||||
padding: 8px 12px;
|
||||
|
|
@ -1327,7 +1327,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
|
|||
.uncloseai-floating-button {
|
||||
position: fixed;
|
||||
bottom: 69px;
|
||||
right: 10px;
|
||||
right: 42px;
|
||||
width: 120px;
|
||||
height: 55px;
|
||||
border-radius: 22px;
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ dialog#translate-modal {
|
|||
.translate-ai-notice {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
right: 42px;
|
||||
background: #4CAF50;
|
||||
color: white;
|
||||
padding: 8px 12px;
|
||||
|
|
@ -1405,7 +1405,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
|
|||
.uncloseai-floating-button {
|
||||
position: fixed;
|
||||
bottom: 69px;
|
||||
right: 10px;
|
||||
right: 42px;
|
||||
width: 120px;
|
||||
height: 55px;
|
||||
border-radius: 22px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue