forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Mastodon Bird UI to 2.0.0rc + add star theme versions
- Loading branch information
1 parent
4ba9a88
commit 079d028
Showing
10 changed files
with
1,640 additions
and
1,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@import 'application'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; | ||
@import 'mastodon-bird-ui/stars.scss'; | ||
|
||
/* Hide translate Finnish link */ | ||
.status__content__text[lang="fi"].translate ~ .status__content__translate-button { | ||
display: none; | ||
} |
4 changes: 4 additions & 0 deletions
4
app/javascript/styles/mastodon-bird-ui-dark-change-to-stars.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@import 'application'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; | ||
@import 'mastodon-bird-ui/stars.scss'; |
6 changes: 6 additions & 0 deletions
6
app/javascript/styles/mastodon-bird-ui-light-change-to-stars.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import 'mastodon-light/variables'; | ||
@import 'application'; | ||
@import 'mastodon-light/diff'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; | ||
@import 'mastodon-bird-ui/stars.scss'; |
11 changes: 11 additions & 0 deletions
11
app/javascript/styles/mastodon-bird-ui-light-hide-finnish-change-to-stars.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@import 'mastodon-light/variables'; | ||
@import 'application'; | ||
@import 'mastodon-light/diff'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; | ||
@import 'mastodon-bird-ui/stars.scss'; | ||
|
||
/* Hide translate Finnish link */ | ||
.status__content__text[lang="fi"].translate ~ .status__content__translate-button { | ||
display: none; | ||
} |
1,069 changes: 503 additions & 566 deletions
1,069
app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.scss
Large diffs are not rendered by default.
Oops, something went wrong.
904 changes: 441 additions & 463 deletions
904
app/javascript/styles/mastodon-bird-ui/layout-single-column.scss
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters