mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
allow mobile edit topic, fix hamburger fontsize
This commit is contained in:
parent
5234189581
commit
5857c94662
2 changed files with 1 additions and 6 deletions
|
@ -106,7 +106,7 @@
|
|||
[class^="fa fa-"] {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 20px;
|
||||
font-size: 21px;
|
||||
line-height: 32px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue