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:
parent
05159b27a6
commit
dedd57870d
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user