allow mobile edit topic, fix hamburger fontsize

This commit is contained in:
Jeff Atwood 2014-10-02 03:00:54 -07:00
parent 5234189581
commit 5857c94662
2 changed files with 1 additions and 6 deletions

View file

@ -106,7 +106,7 @@
[class^="fa fa-"] {
width: 32px;
height: 32px;
font-size: 20px;
font-size: 21px;
line-height: 32px;
display: inline-block;
}

View file

@ -22,11 +22,6 @@
h1 {
font-size: 1.5em;
margin:0;
a.edit-topic {
// let's not even bother with inline title and category edits on mobile
// use the full editor instead
visibility: hidden;
}
a {
color: $primary;
vertical-align: middle;