Merge branch 'mobile-chats' into 'develop'

Chats: improve mobile styles

See merge request soapbox-pub/soapbox-fe!232
better-alerts
Alex Gleason 2020-09-12 00:57:49 +00:00
commit e29cb723e8
1 zmienionych plików z 32 dodań i 0 usunięć

Wyświetl plik

@ -282,6 +282,37 @@
}
}
}
@media(max-width: 630px) {
.columns-area__panels__main .columns-area {
padding: 0;
}
.columns-area__panels__main {
padding: 0;
max-width: none;
}
.columns-area--mobile .column {
border-radius: 0;
}
.page {
.chat-box {
border-radius: 0;
border: 2px solid var(--foreground-color);
&__actions {
padding: 0;
textarea {
height: 4em;
border-radius: 0;
}
}
}
}
}
}
@media(max-width: 630px) {
@ -301,6 +332,7 @@
margin-left: auto;
padding-right: 15px;
overflow: hidden;
text-decoration: none;
.account__avatar {
margin-right: 7px;