mobile like count css rules being ignored
This commit is contained in:
parent
3681b350cd
commit
c0c6cb8124
|
@ -53,11 +53,6 @@ nav.post-controls {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.like-count {
|
|
||||||
font-size: 1em;
|
|
||||||
padding: 8px 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic-post {
|
.topic-post {
|
||||||
button {
|
button {
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -95,6 +90,11 @@ button.like-count {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.like-count {
|
||||||
|
font-size: 1em;
|
||||||
|
padding: 8px 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue