merge: upstream changes for 2024.11 (!742)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/742 Closes #645 and #646 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
@@ -352,7 +352,7 @@ definePageMetadata(() => ({
|
||||
.znqjceqz {
|
||||
> .about {
|
||||
position: relative;
|
||||
border-radius: var(--radius);
|
||||
border-radius: var(--MI-radius);
|
||||
|
||||
> .treasure {
|
||||
position: absolute;
|
||||
@@ -391,7 +391,7 @@ definePageMetadata(() => ({
|
||||
display: block;
|
||||
width: 80px;
|
||||
margin: 0 auto;
|
||||
border-radius: var(--radius-md);
|
||||
border-radius: var(--MI-radius-md);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
transform: translateX(-10%);
|
||||
@@ -441,23 +441,23 @@ definePageMetadata(() => ({
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
background: var(--buttonBg);
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--MI_THEME-buttonBg);
|
||||
border-radius: var(--MI-radius-sm);
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background: var(--buttonHoverBg);
|
||||
background: var(--MI_THEME-buttonHoverBg);
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: var(--accent);
|
||||
background: var(--buttonHoverBg);
|
||||
color: var(--MI_THEME-accent);
|
||||
background: var(--MI_THEME-buttonHoverBg);
|
||||
}
|
||||
}
|
||||
|
||||
.contributorAvatar {
|
||||
width: 30px;
|
||||
border-radius: var(--radius-full);
|
||||
border-radius: var(--MI-radius-full);
|
||||
}
|
||||
|
||||
.contributorUsername {
|
||||
@@ -474,13 +474,13 @@ definePageMetadata(() => ({
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
background: var(--buttonBg);
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--MI_THEME-buttonBg);
|
||||
border-radius: var(--MI-radius-sm);
|
||||
}
|
||||
|
||||
.patronIcon {
|
||||
width: 24px;
|
||||
border-radius: var(--radius-full);
|
||||
border-radius: var(--MI-radius-full);
|
||||
}
|
||||
|
||||
.patronName {
|
||||
|
||||
Reference in New Issue
Block a user