UX: Add margin to assign-controls on mobile.
This commit is contained in:
parent
908972a723
commit
e1c7869969
|
@ -0,0 +1,6 @@
|
|||
.user-right {
|
||||
.assign-controls {
|
||||
justify-content: flex-start;
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
|
@ -6,6 +6,8 @@
|
|||
enabled_site_setting :assign_enabled
|
||||
|
||||
register_asset 'stylesheets/assigns.scss'
|
||||
register_asset 'stylesheets/mobile/assigns.scss', :mobile
|
||||
|
||||
load File.expand_path('../lib/discourse_assign/engine.rb', __FILE__)
|
||||
load File.expand_path('../lib/discourse_assign/helpers.rb', __FILE__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue