floating button right 42px

This commit is contained in:
russell@unturf.com 2026-03-03 16:32:48 -05:00
parent 9e711d344d
commit 45c630f17a
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;