UX: Add margin to assign-controls on mobile.

This commit is contained in:
Guo Xiang Tan 2018-05-24 14:44:13 +08:00
parent 908972a723
commit e1c7869969
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.user-right {
.assign-controls {
justify-content: flex-start;
margin-top: 1em;
}
}

View File

@ -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__)