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

Loading…
Cancel
Save