Merge pull request #1454 from awesomerobot/master
mobile: fixed quote control jump
This commit is contained in:
commit
5bc0f7e9ee
|
@ -31,6 +31,8 @@ span.badge-posts {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
button.create {
|
||||
float: right !important;
|
||||
border: 1px solid #888;
|
||||
|
@ -449,6 +451,8 @@ blockquote {
|
|||
margin-left: 8px;
|
||||
color: #323232;
|
||||
font-family: "FontAwesome";
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
}
|
||||
.back:before {
|
||||
content: "\f062";
|
||||
|
|
Loading…
Reference in New Issue