Merge pull request #3 from misterzwiebel/fix/typo

Fix typo introduced in ronilaukkarinen/mastodon-bird-ui#24
This commit is contained in:
@stux 2023-07-02 20:42:53 +02:00 committed by GitHub
commit 4a76a01c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
1.5.7rc2 */
1.5.7 */
/* CSS variables */
:root {
@ -2415,7 +2415,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

@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
1.5.7rc2 */
1.5.7 */
/* CSS variables */
:root {
@ -2374,7 +2374,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;
}