1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00

[Birdsite] Fix typo in CSS class name

(cherry picked from commit bf74937162fccc09675002373f51440d49efda04)
This commit is contained in:
Jeong Arm 2023-06-13 21:29:25 +09:00 committed by Noa Himesaka
parent 05159b27a6
commit dedd57870d
2 changed files with 2 additions and 2 deletions

View File

@ -2712,7 +2712,7 @@ body.embed .button.logo-button:hover,
order: 7;
}
.layout-single-colume .column-link[href='/follow_requests'] {
.layout-multiple-columns .column-link[href='/follow_requests'] {
order: 8;
}

View File

@ -2617,7 +2617,7 @@ body.embed .button.logo-button:hover,
order: 7;
}
.layout-single-colume .column-link[href='/follow_requests'] {
.layout-single-column .column-link[href='/follow_requests'] {
order: 8;
}