update frontend
This commit is contained in:
parent
06184ea166
commit
a3bcb933b3
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
.map-overlay-left {
|
.map-overlay-left {
|
||||||
left: 0.7rem;
|
left: 0.7rem;
|
||||||
top: 50%;
|
top: 44%; /* avant 50% → plus haut */
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
.map-overlay-right {
|
.map-overlay-right {
|
||||||
right: 0.7rem;
|
right: 0.7rem;
|
||||||
top: 50%;
|
top: 44%; /* avant 50% → plus haut */
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
.sociowall-panel {
|
.sociowall-panel {
|
||||||
flex: 1.5;
|
flex: 1.5;
|
||||||
min-height: 110px;
|
min-height: 80px;
|
||||||
max-height: 260px; /* PLUS GRAND → plus de posts avant scroll */
|
max-height: 150px; /* ≈ moitié de ce que tu avais */
|
||||||
background: rgba(15, 23, 42, 0.96);
|
background: rgba(15, 23, 42, 0.96);
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
border: 1px solid rgba(148, 163, 184, 0.9);
|
border: 1px solid rgba(148, 163, 184, 0.9);
|
||||||
|
|
@ -142,7 +142,7 @@
|
||||||
.chat-panel {
|
.chat-panel {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
min-width: 130px;
|
min-width: 130px;
|
||||||
max-height: 260px;
|
max-height: 150px; /* même hauteur que Sociowall */
|
||||||
background: rgba(15, 23, 42, 0.96);
|
background: rgba(15, 23, 42, 0.96);
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
border: 1px solid rgba(148, 163, 184, 0.9);
|
border: 1px solid rgba(148, 163, 184, 0.9);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue