Enlarge movement-flow artist portraits to 150% size.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Danila Khodjaef
2026-07-27 18:07:58 +03:00
co-authored by Cursor
parent 0466b77328
commit 08ff4651e2
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -28,7 +28,7 @@
.movements-flow-canvas {
--stream-stroke: 54px;
--portrait-size: 26px;
--portrait-size: 39px;
position: relative;
flex: 1;
min-height: 0;
@@ -306,8 +306,8 @@
background: none;
border: 2px solid rgba(232, 213, 181, 0.75);
border-radius: 50%;
width: var(--portrait-size, 26px);
height: var(--portrait-size, 26px);
width: var(--portrait-size, 39px);
height: var(--portrait-size, 39px);
padding: 0;
cursor: pointer;
overflow: visible;
@@ -351,7 +351,7 @@
@media (max-width: 768px) {
.movements-flow-canvas {
--stream-stroke: 44px;
--portrait-size: 22px;
--portrait-size: 33px;
}
.movements-flow-caption {
@@ -359,8 +359,8 @@
}
.artist-portrait {
width: var(--portrait-size, 22px);
height: var(--portrait-size, 22px);
width: var(--portrait-size, 33px);
height: var(--portrait-size, 33px);
}
.movement-flow-label {