mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
more margin on show full post in mobile
This commit is contained in:
parent
704a683903
commit
2c6ed24e26
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue