style(ui): уплотнить профиль и растянуть экран связей

This commit is contained in:
AidarKC
2026-04-26 18:57:26 +03:00
parent 1e8e2915f9
commit 28bbdb8b7c
4 changed files with 124 additions and 38 deletions
+76 -5
View File
@@ -1328,14 +1328,45 @@ textarea.input {
}
.network-screen {
gap: 8px;
min-height: calc(100dvh - 124px);
position: relative;
margin: -14px -14px -24px;
min-height: calc(100dvh - 74px);
}
.network-stage {
position: relative;
height: calc(100dvh - 74px);
}
.network-board--full {
flex: 1 1 auto;
min-height: calc(100dvh - 212px);
height: auto;
position: absolute;
inset: 0;
min-height: 0;
height: 100%;
border-radius: 0;
}
.network-header-overlay {
position: absolute;
top: 8px;
left: 8px;
right: 8px;
margin-bottom: 0;
z-index: 3;
}
.network-header-overlay .page-title {
font-size: 17px;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.network-header-overlay .icon-btn {
min-height: 32px;
padding: 6px 8px;
font-size: 12px;
background: rgba(10, 20, 37, 0.6);
border-color: rgba(166, 196, 245, 0.32);
backdrop-filter: blur(10px);
}
.network-legend {
@@ -3669,6 +3700,7 @@ textarea.input {
background: #05070A;
color: rgba(255, 255, 255, 0.9);
min-height: 100%;
gap: 6px;
}
.profile-screen::before {
@@ -3695,6 +3727,45 @@ textarea.input {
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
}
.profile-top-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 6px;
}
.profile-top-action-btn {
min-height: 30px;
padding: 5px 8px;
font-size: 12px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.profile-main-card {
padding: 10px;
gap: 8px;
}
.profile-status-row {
align-items: center;
gap: 8px;
}
.profile-status-row .status-line {
flex: 1 1 auto;
min-height: 16px;
margin: 0;
}
.profile-refresh-btn {
min-height: 30px;
padding: 5px 8px;
font-size: 12px;
line-height: 1.1;
}
.profile-screen .primary-btn {
background: rgba(212, 175, 55, 0.2);
border: 1px solid rgba(212, 175, 55, 0.45);