Adjust topbar height and modal truth rail
This commit is contained in:
parent
5a9c49ab87
commit
e34838bc1b
|
|
@ -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;
|
box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 16px rgba(56,189,248,0.5) !important;
|
||||||
padding: 12px 14px;
|
padding: 12px 14px;
|
||||||
color: #e5e7eb !important; /* texte blanc clair */
|
color: #e5e7eb !important; /* texte blanc clair */
|
||||||
width: min(92vw, 440px);
|
width: min(94vw, 460px) !important;
|
||||||
height: min(86vh, 640px);
|
max-width: 94vw !important;
|
||||||
|
min-width: 0 !important;
|
||||||
|
height: min(90vh, 700px) !important;
|
||||||
|
max-height: 90vh !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
@ -367,6 +370,11 @@ body[data-theme="light"] .sw-chat-bubble::before{
|
||||||
/* Override hidden overflow for centered modal to allow scroll */
|
/* Override hidden overflow for centered modal to allow scroll */
|
||||||
.sw-centered-modal .post-card.sw-expanded-shell{
|
.sw-centered-modal .post-card.sw-expanded-shell{
|
||||||
overflow-y: auto !important;
|
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{
|
.sw-template-full-wrap{
|
||||||
|
|
@ -542,6 +550,7 @@ body[data-theme="light"] .sw-chat-bubble::before{
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
min-height: 180px;
|
min-height: 180px;
|
||||||
|
margin-left: 3px;
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
|
|
|
||||||
|
|
@ -459,7 +459,7 @@ body[data-theme="light"] .user-avatar{
|
||||||
|
|
||||||
/* Make right side look like a clean “glass dock” */
|
/* Make right side look like a clean “glass dock” */
|
||||||
.topbar-right{
|
.topbar-right{
|
||||||
padding: .28rem .35rem;
|
padding: calc(.28rem + 5px) .35rem;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: rgba(2,6,23,.18);
|
background: rgba(2,6,23,.18);
|
||||||
border: 1px solid rgba(255,255,255,.14);
|
border: 1px solid rgba(255,255,255,.14);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue