more margin on show full post in mobile
This commit is contained in:
parent
704a683903
commit
2c6ed24e26
|
@ -60,6 +60,9 @@ button {
|
||||||
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create, &.admin {
|
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create, &.admin {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
&.expand-post {
|
||||||
|
margin:10px 0 10px 0;
|
||||||
|
}
|
||||||
.read-icon {
|
.read-icon {
|
||||||
&:before {
|
&:before {
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
|
|
Loading…
Reference in New Issue