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.
Update to the Mastodon Bird UI 2.0.0rc37
- Loading branch information
1 parent
a56ac8f
commit 7d97ca8
Showing
2 changed files
with
12 additions
and
2 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Mastodon Bird UI by @[email protected] | ||
2.0.0rc36 */ | ||
2.0.0rc37 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -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; | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Mastodon Bird UI by @[email protected] | ||
2.0.0rc36 */ | ||
2.0.0rc37 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -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, | ||
|