0
0
Fork 0

POIIIIIIIIIII

This commit is contained in:
ASTRO:? 2025-03-15 07:41:28 +09:00
parent cb22b5cce7
commit 709441aded
No known key found for this signature in database
GPG key ID: 2938B9B314D8EF8B
5 changed files with 42 additions and 35 deletions

View file

@ -30,7 +30,7 @@ import StarActiveIcon from '@/material-icons/400-24px/star-fill.svg?react';
import StarIcon from '@/material-icons/400-24px/star.svg?react';
import { fetchFollowRequests } from 'mastodon/actions/accounts';
import { IconWithBadge } from 'mastodon/components/icon_with_badge';
import { WordmarkLogo } from 'mastodon/components/logo';
import { IconLogo } from 'mastodon/components/logo';
import { NavigationPortal } from 'mastodon/components/navigation_portal';
import { identityContextPropShape, withIdentity } from 'mastodon/identity_context';
import { timelinePreview, trendsEnabled } from 'mastodon/initial_state';
@ -135,7 +135,7 @@ class NavigationPanel extends Component {
return (
<div className='navigation-panel'>
<div className='navigation-panel__logo'>
<Link to='/' className='column-link column-link--logo'><WordmarkLogo /></Link>
<Link to='/' className='column-link column-link--logo'><IconLogo /></Link>
</div>
{banner &&

View file

@ -4614,7 +4614,10 @@ div[tabindex='-1']
position: fixed;
}
.app-body:not(.layout-multiple-columns, :has(.ui .ui__header__links > .button[href='/auth/sign_in']))
.app-body:not(
.layout-multiple-columns,
:has(.ui .ui__header__links > .button[href='/auth/sign_in'])
)
.tabs-bar__wrapper {
z-index: 3;
}
@ -4941,16 +4944,17 @@ div[tabindex='-1']
border: 0;
width: 50px;
height: 50px;
background-image: var(--logo);
background-repeat: no-repeat;
background-position: center;
background-size: 32px auto;
// background-image: var(--logo);
// background-repeat: no-repeat;
// background-position: center;
// background-size: 32px auto;
}
.app-body .column-link.column-link--logo svg,
.app-body .ui__header__logo svg {
display: none;
}
// .app-body .column-link.column-link--logo img,
// .app-body .ui__header__logo img {
// display: none;
// }
.app-body .navigation-panel__logo {
margin-bottom: 5px;

View file

@ -4628,16 +4628,17 @@ button {
border: 0;
width: 50px;
height: 50px;
background-image: var(--logo);
background-repeat: no-repeat;
background-position: center;
background-size: 32px auto;
// background-image: var(--logo);
// background-repeat: no-repeat;
// background-position: center;
// background-size: 32px auto;
}
.app-body .column-link.column-link--logo svg,
.app-body .ui__header__logo svg {
display: none;
}
// .app-body .column-link.column-link--logo img,
// .app-body .ui__header__logo img {
// display: none;
// }
.app-body .navigation-panel__logo {
margin-bottom: 5px;

View file

@ -4628,16 +4628,17 @@ button {
border: 0;
width: 50px;
height: 50px;
background-image: var(--logo);
background-repeat: no-repeat;
background-position: center;
background-size: 32px auto;
// background-image: var(--logo);
// background-repeat: no-repeat;
// background-position: center;
// background-size: 32px auto;
}
.app-body .column-link.column-link--logo svg,
.app-body .ui__header__logo svg {
display: none;
}
// .app-body .column-link.column-link--logo img,
// .app-body .ui__header__logo img {
// display: none;
// }
.app-body .navigation-panel__logo {
margin-bottom: 5px;

View file

@ -4628,16 +4628,17 @@ button {
border: 0;
width: 50px;
height: 50px;
background-image: var(--logo);
background-repeat: no-repeat;
background-position: center;
background-size: 32px auto;
// background-image: var(--logo);
// background-repeat: no-repeat;
// background-position: center;
// background-size: 32px auto;
}
.app-body .column-link.column-link--logo svg,
.app-body .ui__header__logo svg {
display: none;
}
// .app-body .column-link.column-link--logo img,
// .app-body .ui__header__logo img {
// display: none;
// }
.app-body .navigation-panel__logo {
margin-bottom: 5px;