Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge README changes #72

Merged
merged 6 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ These are known instances that have enabled Tangerine UI for their users, either
| [i1.no](https://i1.no) | 15+ | the only theme | Yes (Purple variant) |
| [zeppelin.flights](https://zeppelin.flights) | 15+ | the only theme | Yes (Tangerine variant) |
| [catharsis.cafe](https://catharsis.cafe) | 10+ | an optional theme | Yes (Tangerine variant) |
| [toulouse.social](https://toulouse.social) | 10+ | an optional theme | Yes (Tangerine variant) |
| [nileane.fr](https://nileane.fr) | 5+ | the only theme | Yes (Tangerine variant) |
| [social.nah.re](https://social.nah.re) | 5+ | an optional theme | No |
| [esoteric.party](https://esoteric.party) | 5+ | the only theme | Yes (Tangerine variant) |
Expand All @@ -110,9 +111,7 @@ These are known instances that have enabled Tangerine UI for their users, either
| [isfeeling.social](https://isfeeling.social) | 1+ | the only theme | Yes (Purple variant) |
| [ucn.social](https://ucn.social) | 1+ | an optional theme | Yes (Tangerine variant) |
| [fedi.cyberwitches.club](https://fedi.cyberwitches.club) | 1+ | the only theme | Yes (Purple variant) |
| [toulouse.social](https://toulouse.social) | 1+ | the only theme | Yes (Tangerine variant) |
| [mastodon.projetretro.io](mastodon.projetretro.io) | 1+ | an optional theme | No |
| [mstdn.0xdj.dev](https://mstdn.0xdj.dev) | 1 | the only theme | Yes (Tangerine variant) |


## Compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid var(--color-lines);
}

.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
max-height: 500px;
width: auto;
}

/* 📊 Polls */
.app-body .poll__chart,
.app-body .muted .poll__chart.leading {
Expand Down Expand Up @@ -1898,7 +1903,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}



/* Empty columns */
.app-body .empty-column-indicator {
background-color: var(--color-content-secondary-bg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid var(--color-lines);
}

.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
max-height: 500px;
width: auto;
}

/* 📊 Polls */
.app-body .poll__chart,
.app-body .muted .poll__chart.leading {
Expand Down Expand Up @@ -1897,7 +1902,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}



/* Empty columns */
.app-body .empty-column-indicator {
background-color: var(--color-content-secondary-bg);
Expand Down
6 changes: 5 additions & 1 deletion mastodon/app/javascript/styles/tangerineui/tangerineui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid var(--color-lines);
}

.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
max-height: 500px;
width: auto;
}

/* 📊 Polls */
.app-body .poll__chart,
.app-body .muted .poll__chart.leading {
Expand Down Expand Up @@ -1897,7 +1902,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}



/* Empty columns */
.app-body .empty-column-indicator {
background-color: var(--color-content-secondary-bg);
Expand Down