allow mobile edit topic, fix hamburger fontsize
This commit is contained in:
parent
5234189581
commit
5857c94662
|
@ -106,7 +106,7 @@
|
||||||
[class^="fa fa-"] {
|
[class^="fa fa-"] {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
font-size: 20px;
|
font-size: 21px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,11 +22,6 @@
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin:0;
|
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 {
|
a {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in New Issue