mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add Likes in Post component
This commit is contained in:
@@ -4,13 +4,19 @@
|
||||
.justify-content-between,
|
||||
.align-items-start;
|
||||
|
||||
flex-direction: row;
|
||||
flex-direction: row;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
flex-direction: column;
|
||||
|
||||
.postAndCommentsContainer { width: 100%; }
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
flex-direction: column;
|
||||
|
||||
.postAndCommentsContainer { width: 100%; }
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
.likeList {
|
||||
@extend .sidebarCard;
|
||||
}
|
||||
}
|
||||
|
||||
.postAndCommentsContainer {
|
||||
@extend
|
||||
|
||||
Reference in New Issue
Block a user