mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
hide inline topic title/category editing on mobile
This commit is contained in:
parent
f27d96c7cf
commit
2657ba7088
@ -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…
x
Reference in New Issue
Block a user