Suggestions: fix border-radius on mobile
This commit is contained in:
parent
dfb9401c93
commit
4cd65b5d05
1 changed files with 6 additions and 5 deletions
|
@ -796,6 +796,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.columns-area--transparent .follow-recommendations-container {
|
||||||
|
@include standard-panel;
|
||||||
|
}
|
||||||
|
|
||||||
// Let transparent columns extend the full width of the screen
|
// Let transparent columns extend the full width of the screen
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
.columns-area__panels__main--transparent {
|
.columns-area__panels__main--transparent {
|
||||||
|
@ -805,7 +809,8 @@
|
||||||
.columns-area--transparent {
|
.columns-area--transparent {
|
||||||
.status__wrapper,
|
.status__wrapper,
|
||||||
.detailed-status__wrapper,
|
.detailed-status__wrapper,
|
||||||
.timeline-compose-block {
|
.timeline-compose-block,
|
||||||
|
.follow-recommendations-container {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -856,7 +861,3 @@
|
||||||
.column-list {
|
.column-list {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.columns-area--transparent .follow-recommendations-container {
|
|
||||||
@include standard-panel;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue