mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Update styles
This commit is contained in:
parent
8cdc67d58e
commit
5a228eae73
|
@ -148,7 +148,7 @@ $taglist: (diaspora, $diaspora),
|
||||||
(ganggo, $ganggo),
|
(ganggo, $ganggo),
|
||||||
(aardwolf, $aardwolf),
|
(aardwolf, $aardwolf),
|
||||||
(postactiv, $postactiv),
|
(postactiv, $postactiv),
|
||||||
(peertube, peertube);
|
(peertube, $peertube);
|
||||||
|
|
||||||
@each $tag, $color in $taglist {
|
@each $tag, $color in $taglist {
|
||||||
svg.f-tag.#{$tag} {
|
svg.f-tag.#{$tag} {
|
||||||
|
@ -160,6 +160,10 @@ $taglist: (diaspora, $diaspora),
|
||||||
.chronicles .urgent {
|
.chronicles .urgent {
|
||||||
right: 9em;
|
right: 9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post__preview:not(.wanted):not(.featured) {
|
||||||
|
flex: 46% 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $mq-medium) {
|
@media screen and (max-width: $mq-medium) {
|
||||||
|
|
Loading…
Reference in a new issue