hide inline topic title/category editing on mobile

This commit is contained in:
Jeff Atwood 2014-07-01 01:42:24 -07:00
parent f27d96c7cf
commit 2657ba7088

View file

@ -20,7 +20,11 @@
h1 {
font-size: 1.5em;
margin:0;
a.edit-topic {font-size: 15px;}
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;