Add mobile small theme

This commit is contained in:
noellabo 2019-12-24 23:49:52 +09:00
parent dbbbe9bcbe
commit f1e027de7b
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,24 @@
@import 'application';
.columns-area--mobile {
.status {
&__content {
font-size: 13px;
line-height: 16px;
}
&__prepend {
font-size: 13px;
}
}
.display-name {
font-size: 13px;
&__account {
font-size: 13px;
}
}
.notification {
&__message {
font-size: 13px;
}
}
}

View file

@ -1537,6 +1537,7 @@ en:
instance-ticker-type-3-light: Mastodon instance ticker Type-3 (Light / Favicon Images(Black Back) Style)
instance-ticker-type-3: Mastodon instance ticker Type-3 (Dark / Favicon Images(Black back) Style)
mastodon-light: Mastodon (Light)
mobile-small: Mobile Small / Mastodon (Dark)
time:
formats:
default: "%b %d, %Y, %H:%M"

View file

@ -1440,6 +1440,7 @@ ja:
instance-ticker-type-3-light: Mastodon instance ticker Type-3 (ライト / Favicon Images(Black Back))
instance-ticker-type-3: Mastodon instance ticker Type-3 (ダーク / Favicon Images(Black Back))
mastodon-light: Mastodon (ライト)
mobile-small: Mobile 小 / Mastodon (ダーク)
time:
formats:
default: "%Y年%m月%d日 %H:%M"

View file

@ -1,6 +1,7 @@
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
mobile-small: styles/mobile-small.scss
instance-ticker-type-0: styles/instance-ticker-type-0.scss
instance-ticker-type-1: styles/instance-ticker-type-1.scss
instance-ticker-type-2: styles/instance-ticker-type-2.scss