Добавил гостевой режим, единые shine-ссылки и пометку о нестабильности мнений

This commit is contained in:
AidarKC
2026-05-20 16:14:59 +03:00
parent aa35d87885
commit 21413268f3
46 changed files with 1125 additions and 310 deletions
+28 -4
View File
@@ -2727,7 +2727,7 @@ textarea.input {
.channels-tabs {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
padding: 6px;
border-radius: 14px;
@@ -2735,6 +2735,19 @@ textarea.input {
background: linear-gradient(165deg, rgba(12, 24, 46, 0.92), rgba(9, 17, 34, 0.96));
}
.channels-top-bar {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 8px;
}
.channels-top-action-btn {
min-height: 38px;
padding: 8px 12px;
white-space: nowrap;
}
.channels-tab-btn {
min-height: 38px;
border-radius: 10px;
@@ -4104,7 +4117,13 @@ textarea.input {
.profile-top-actions {
display: grid;
grid-template-columns: 1.6fr 1fr 1fr;
grid-template-columns: 1fr 1fr;
gap: 5px;
}
.profile-bottom-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5px;
}
@@ -4113,13 +4132,18 @@ textarea.input {
min-height: 32px;
padding: 0 10px;
font-size: 12px;
line-height: 1;
line-height: 1.15;
text-align: center;
white-space: nowrap;
white-space: pre-line;
overflow: hidden;
text-overflow: ellipsis;
}
.profile-links-header-btn {
white-space: pre-line;
line-height: 1.1;
}
.profile-main-card {
margin-top: 0;
padding: 2px 8px 8px;