Adjust topbar height and modal truth rail

This commit is contained in:
Your Name 2025-12-25 17:12:24 -05:00
parent 5a9c49ab87
commit e34838bc1b
2 changed files with 12 additions and 3 deletions

View File

@ -60,8 +60,11 @@
box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 16px rgba(56,189,248,0.5) !important;
padding: 12px 14px;
color: #e5e7eb !important; /* texte blanc clair */
width: min(92vw, 440px);
height: min(86vh, 640px);
width: min(94vw, 460px) !important;
max-width: 94vw !important;
min-width: 0 !important;
height: min(90vh, 700px) !important;
max-height: 90vh !important;
display: flex;
flex-direction: column;
gap: 8px;
@ -367,6 +370,11 @@ body[data-theme="light"] .sw-chat-bubble::before{
/* Override hidden overflow for centered modal to allow scroll */
.sw-centered-modal .post-card.sw-expanded-shell{
overflow-y: auto !important;
width: min(94vw, 460px) !important;
max-width: 94vw !important;
min-width: 0 !important;
height: min(90vh, 700px) !important;
max-height: 90vh !important;
}
.sw-template-full-wrap{
@ -542,6 +550,7 @@ body[data-theme="light"] .sw-chat-bubble::before{
min-width: 16px;
height: 180px;
min-height: 180px;
margin-left: 3px;
display:flex;
flex-direction:column;
align-items:center;

View File

@ -459,7 +459,7 @@ body[data-theme="light"] .user-avatar{
/* Make right side look like a clean “glass dock” */
.topbar-right{
padding: .28rem .35rem;
padding: calc(.28rem + 5px) .35rem;
border-radius: 999px;
background: rgba(2,6,23,.18);
border: 1px solid rgba(255,255,255,.14);