mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Port SCSS changes from 85bb32c410
This commit is contained in:
parent
77e7da7d0d
commit
4b29a41f1d
@ -37,7 +37,8 @@
|
|||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
.detailed-status,
|
.detailed-status,
|
||||||
.status {
|
.status,
|
||||||
|
.load-more {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-radius: 0 0 4px 4px;
|
border-radius: 0 0 4px 4px;
|
||||||
}
|
}
|
||||||
@ -45,13 +46,15 @@
|
|||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
.detailed-status,
|
.detailed-status,
|
||||||
.status {
|
.status,
|
||||||
|
.load-more {
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
.detailed-status,
|
.detailed-status,
|
||||||
.status {
|
.status,
|
||||||
|
.load-more {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -59,7 +62,8 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 740px) {
|
@media screen and (max-width: 740px) {
|
||||||
.detailed-status,
|
.detailed-status,
|
||||||
.status {
|
.status,
|
||||||
|
.load-more {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user