Mobile: Topic list and topic (#19)
This commit is contained in:
@@ -24,7 +24,7 @@ $extra-large: 1280px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
@media screen and (max-width: $extra-small) {
|
||||
@include breakpoint(medium) {
|
||||
gap: 0.5em;
|
||||
}
|
||||
}
|
||||
@@ -122,7 +122,7 @@ body.user-messages-page .topic-list-item {
|
||||
"topic-title topic-title topic-title topic-title topic-title topic-title topic-title topic-title"
|
||||
"avatar author . . . . . likes-replies";
|
||||
}
|
||||
@media screen and (max-width: $extra-small) {
|
||||
@include breakpoint(medium) {
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--primary-200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user