mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-06 05:42:11 +00:00
mobile stylesheet
This commit is contained in:
parent
b985dc8d25
commit
935a290407
1
assets/stylesheets/mobile/_index.scss
Normal file
1
assets/stylesheets/mobile/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import "activity-calendar";
|
9
assets/stylesheets/mobile/activity-calendar.scss
Normal file
9
assets/stylesheets/mobile/activity-calendar.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.rewind-report-page.-activity-calendar {
|
||||
.rewind-calendar {
|
||||
border-spacing: 1px;
|
||||
}
|
||||
|
||||
.rewind-calendar-cell {
|
||||
border: 0;
|
||||
}
|
||||
}
|
@ -12,7 +12,8 @@ enabled_site_setting :discourse_rewind_enabled
|
||||
|
||||
register_svg_icon "repeat"
|
||||
|
||||
register_asset "stylesheets/common/index.scss"
|
||||
register_asset "stylesheets/common/_index.scss"
|
||||
register_asset "stylesheets/mobile/_index.scss", :mobile
|
||||
|
||||
module ::DiscourseRewind
|
||||
PLUGIN_NAME = "discourse-rewind"
|
||||
|
Loading…
x
Reference in New Issue
Block a user