Suggestions: fix border-radius on mobile

This commit is contained in:
Alex Gleason 2021-09-17 17:33:36 -05:00
parent dfb9401c93
commit 4cd65b5d05
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -796,6 +796,10 @@
}
}
.columns-area--transparent .follow-recommendations-container {
@include standard-panel;
}
// Let transparent columns extend the full width of the screen
@media screen and (max-width: 450px) {
.columns-area__panels__main--transparent {
@ -805,7 +809,8 @@
.columns-area--transparent {
.status__wrapper,
.detailed-status__wrapper,
.timeline-compose-block {
.timeline-compose-block,
.follow-recommendations-container {
border-radius: 0;
}
}
@ -856,7 +861,3 @@
.column-list {
position: relative;
}
.columns-area--transparent .follow-recommendations-container {
@include standard-panel;
}