mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
hide inline topic title/category editing on mobile
This commit is contained in:
parent
f27d96c7cf
commit
2657ba7088
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue