Fix explore icon for the new class (PR #29395)
This commit is contained in:
parent
d67ccb93d8
commit
cb6cc2ff5d
@ -1,4 +1,4 @@
|
||||
### 2.0.0rc16: 2024-02-11
|
||||
### 2.0.0rc17: 2024-02-25
|
||||
|
||||
* Prepare for 4.3.0 release with SVG icons
|
||||
* Add icon support for new SVG icons, replace icons for Home, Notifications, Explore, Live feeds, Private mentions, bookmarks, Favorites, Preferences and Lists
|
||||
@ -43,6 +43,7 @@
|
||||
* Add an icon for genderless pronouns #101
|
||||
* Fix video aspect-ratio for embeds
|
||||
* Fixes to boost and heart animations in single and multiple columns
|
||||
* Fix explore icon for the new class (PR #29395)
|
||||
|
||||
### 1.8.3: 2023-11-12
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Mastodon Bird UI by @rolle@mementomori.social
|
||||
2.0.0rc16 */
|
||||
2.0.0rc17 */
|
||||
|
||||
/* CSS variables */
|
||||
:root {
|
||||
@ -1751,7 +1751,7 @@ body.embed .detailed-status__meta .detailed-status__link .icon-retweet,
|
||||
|
||||
/* Hidden things */
|
||||
/* stylelint-disable-next-line */
|
||||
.layout-multiple-columns .column-header .column-header__icon:not(.icon-hashtag):not(.icon-user-plus):not(.icon-user-times) {
|
||||
.layout-multiple-columns .column-header .column-header__icon:not(.icon-user-plus):not(.icon-user-times) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -3351,10 +3351,12 @@ body.embed .button.logo-button:hover,
|
||||
}
|
||||
|
||||
/* Explore icon */
|
||||
.layout-multiple-columns .column-link .icon-explore,
|
||||
.layout-multiple-columns .column-link .icon-hashtag {
|
||||
background-image: var(--icon-hashtag);
|
||||
}
|
||||
|
||||
.layout-multiple-columns .column-link.active .icon-explore,
|
||||
.layout-multiple-columns .column-link.active .icon-hashtag {
|
||||
background-image: var(--icon-hashtag-active);
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Mastodon Bird UI by @rolle@mementomori.social
|
||||
2.0.0rc16 */
|
||||
2.0.0rc17 */
|
||||
|
||||
/* CSS variables */
|
||||
:root {
|
||||
@ -1800,7 +1800,7 @@ body.embed .detailed-status__meta .detailed-status__link .fa-retweet,
|
||||
|
||||
/* Hidden things */
|
||||
/* stylelint-disable-next-line */
|
||||
.layout-single-column .column-header .column-header__icon:not(.icon-hashtag):not(.icon-user-plus):not(.icon-user-times) {
|
||||
.layout-single-column .column-header .column-header__icon:not(.icon-user-plus):not(.icon-user-times) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -3479,10 +3479,12 @@ body.embed .button.logo-button:hover,
|
||||
}
|
||||
|
||||
/* Explore icon */
|
||||
.layout-single-column .column-link .icon-explore,
|
||||
.layout-single-column .column-link .icon-hashtag {
|
||||
background-image: var(--icon-hashtag);
|
||||
}
|
||||
|
||||
.layout-single-column .column-link.active .icon-explore,
|
||||
.layout-single-column .column-link.active .icon-hashtag {
|
||||
background-image: var(--icon-hashtag-active);
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mastodon-bird-ui",
|
||||
"version": "2.0.0rc16",
|
||||
"version": "2.0.0rc17",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user