mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
adjusted margins in the onboarding items
This commit is contained in:
parent
fbf244313a
commit
5643725ef1
@ -4523,6 +4523,7 @@ a:is(.active,
|
|||||||
.app-body .onboarding__steps__item,
|
.app-body .onboarding__steps__item,
|
||||||
.app-body .onboarding__link {
|
.app-body .onboarding__link {
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
|
margin-bottom: 8px;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
}
|
}
|
||||||
.app-body .onboarding__steps__item:is(:active, :focus, :hover),
|
.app-body .onboarding__steps__item:is(:active, :focus, :hover),
|
||||||
|
@ -4522,6 +4522,7 @@ a:is(.active,
|
|||||||
.app-body .onboarding__steps__item,
|
.app-body .onboarding__steps__item,
|
||||||
.app-body .onboarding__link {
|
.app-body .onboarding__link {
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
|
margin-bottom: 8px;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
}
|
}
|
||||||
.app-body .onboarding__steps__item:is(:active, :focus, :hover),
|
.app-body .onboarding__steps__item:is(:active, :focus, :hover),
|
||||||
|
@ -4522,6 +4522,7 @@ a:is(.active,
|
|||||||
.app-body .onboarding__steps__item,
|
.app-body .onboarding__steps__item,
|
||||||
.app-body .onboarding__link {
|
.app-body .onboarding__link {
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
|
margin-bottom: 8px;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
}
|
}
|
||||||
.app-body .onboarding__steps__item:is(:active, :focus, :hover),
|
.app-body .onboarding__steps__item:is(:active, :focus, :hover),
|
||||||
|
Loading…
Reference in New Issue
Block a user