@@ -53,18 +36,16 @@
- {{ post.shoutedCount }}
+
+ {{ post.shoutedCount }}
- {{ post.commentsCount }}
+
+ {{ post.commentsCount }}
-
+
@@ -118,27 +99,25 @@ export default {
.post-card {
cursor: pointer;
position: relative;
+ z-index: 1;
- .ds-card-footer {
- z-index: 1;
- }
+ /*.ds-card-footer {
+ }*/
.content-menu {
display: inline-block;
margin-left: $space-xx-small;
margin-right: -$space-x-small;
- z-index: 1;
+ }
+
+ .post-link {
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ text-indent: -999999px;
}
}
-
-.post-link {
- display: block;
- position: absolute;
- z-index: 1;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- text-indent: -999999px;
-}