Browse Source

fix post action margins

twisterarmy
d47081 2 years ago
parent
commit
378368fc81
  1. 4
      theme_nin_night/css/style.css

4
theme_nin_night/css/style.css

@ -473,7 +473,7 @@ samp { @@ -473,7 +473,7 @@ samp {
}
/* line 69, ../sass/_profile.sass */
.profile-modal .modal-content .post-interactions {
margin: 2px 10px 3px 60px;
margin: 16px 10px 0 60px;
}
/* line 71, ../sass/_profile.sass */
.profile-modal .modal-content .profile-card {
@ -990,7 +990,7 @@ samp { @@ -990,7 +990,7 @@ samp {
font-size: 12px;
position: absolute;
left: 10px;
bottom: 10px;
bottom: 12px;
}
/* line 184, ../sass/_postboard.sass */
.post-expand:hover {

Loading…
Cancel
Save