Updated styling to make modal look acceptable on really narrow screens (#25557)

* Updated styling to make modal look acceptable on really narrow screens

* Kneeled down to the wishes of thy linter
Этот коммит содержится в:
Harshil Sharma
2023-11-29 20:07:28 +05:30
коммит произвёл GitHub
родитель 8b07655a65
Коммит b8a78ffce8
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@@ -7,7 +7,7 @@
transition: height 200ms ease; transition: height 200ms ease;
&.multi-team { &.multi-team {
height: 340px; min-height: 340px;
} }
&.single-team { &.single-team {

Просмотреть файл

@@ -10,15 +10,18 @@
.url-input-container { .url-input-container {
display: flex; display: flex;
min-height: 32px; min-height: 32px;
flex-wrap: wrap;
align-items: center; align-items: center;
margin-top: 4px; margin-top: 4px;
.url-input-label { .url-input-label {
max-width: 100%;
flex: none; flex: none;
margin-right: 4px; margin-right: 4px;
color: rgba(var(--center-channel-color-rgb), 0.64); color: rgba(var(--center-channel-color-rgb), 0.64);
font-size: 12px; font-size: 12px;
line-height: 17px; line-height: 17px;
overflow-wrap: anywhere;
} }
.url-input-editable-container { .url-input-editable-container {