Skip to content

Commit

Permalink
Update to the Mastodon Bird UI 2.0.0rc37
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Apr 6, 2024
1 parent a56ac8f commit 7d97ca8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
2.0.0rc36 */
2.0.0rc37 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -444,6 +444,11 @@ body.layout-multiple-columns {
width: 50px;
}

/* Fixes a regression for 4.3.0-alpha.3-2024-04-06 caused by https://github.com/mastodon/mastodon/commit/4f068d4fcc4d134fcbd56faa8f39c608dd343417 */
.layout-multiple-columns .ui__header__logo {
flex-grow: unset;
}

.layout-multiple-columns .ui__header__logo img,
.layout-multiple-columns .ui__header__logo svg {
display: none;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
2.0.0rc36 */
2.0.0rc37 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -458,6 +458,11 @@ body.layout-single-column {
display: none;
}

/* Fixes a regression for 4.3.0-alpha.3-2024-04-06 caused by https://github.com/mastodon/mastodon/commit/4f068d4fcc4d134fcbd56faa8f39c608dd343417 */
.layout-single-column .ui__header__logo {
flex-grow: unset;
}

/* Things that should have the default font-size */
.layout-single-column .notification__message,
.layout-single-column .status__content,
Expand Down

0 comments on commit 7d97ca8

Please sign in to comment.