diff --git a/assets/stylesheets/mobile/solutions.scss b/assets/stylesheets/mobile/solutions.scss new file mode 100644 index 0000000..e391a72 --- /dev/null +++ b/assets/stylesheets/mobile/solutions.scss @@ -0,0 +1,3 @@ +#topic-title .d-icon-far-check-square { + margin-top: 0.25em; +} diff --git a/plugin.rb b/plugin.rb index ebcb45d..8a66f83 100644 --- a/plugin.rb +++ b/plugin.rb @@ -15,6 +15,7 @@ end PLUGIN_NAME = "discourse_solved".freeze register_asset 'stylesheets/solutions.scss' +register_asset 'stylesheets/mobile/solutions.scss', :mobile after_initialize do