mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08:00
FIX: poll design on mobile
This commit is contained in:
parent
c1bb7bc7cc
commit
875a013ec7
6 changed files with 65 additions and 40 deletions
|
@ -4,7 +4,10 @@
|
|||
# authors: Vikhyat Korrapati (vikhyat), Régis Hanol (zogstrip)
|
||||
# url: https://github.com/discourse/discourse/tree/master/plugins/poll
|
||||
|
||||
register_asset "stylesheets/poll.scss"
|
||||
register_asset "stylesheets/common/poll.scss"
|
||||
register_asset "stylesheets/desktop/poll.scss", :desktop
|
||||
register_asset "stylesheets/mobile/poll.scss", :mobile
|
||||
|
||||
register_asset "javascripts/poll_dialect.js", :server_side
|
||||
|
||||
PLUGIN_NAME ||= "discourse_poll".freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue