fix: tangerine ui
This commit is contained in:
parent
ea5359e05c
commit
cc0f45ab20
@ -7006,7 +7006,7 @@ a:is(.active,
|
||||
.app-body .about__section:nth-child(3) {
|
||||
order: 3;
|
||||
}
|
||||
.app-body .about__meta {
|
||||
.app-body .about__section:nth-child(2) {
|
||||
order: 2;
|
||||
}
|
||||
.app-body .about__section:nth-child(4) {
|
||||
@ -7021,7 +7021,7 @@ a:is(.active,
|
||||
.app-body .about__footer {
|
||||
order: 7;
|
||||
}
|
||||
.app-body #mastodon > div > div > div.columns-area__panels > div.columns-area__panels__main > div.columns-area.columns-area--mobile > div > div > div.about__section.active:nth-of-type(3) > div.about__section__title {
|
||||
.app-body #mastodon > div > div > div.columns-area__panels > div.columns-area__panels__main > div.columns-area.columns-area--mobile > div > div > div.about__section.active:nth-of-type(2) > div.about__section__title {
|
||||
display: none;
|
||||
}
|
||||
.app-body .about__header p,
|
||||
|
@ -7006,7 +7006,7 @@ a:is(.active,
|
||||
.app-body .about__section:nth-child(3) {
|
||||
order: 3;
|
||||
}
|
||||
.app-body .about__meta {
|
||||
.app-body .about__section:nth-child(2) {
|
||||
order: 2;
|
||||
}
|
||||
.app-body .about__section:nth-child(4) {
|
||||
@ -7021,7 +7021,7 @@ a:is(.active,
|
||||
.app-body .about__footer {
|
||||
order: 7;
|
||||
}
|
||||
.app-body #mastodon > div > div > div.columns-area__panels > div.columns-area__panels__main > div.columns-area.columns-area--mobile > div > div > div.about__section.active:nth-of-type(3) > div.about__section__title {
|
||||
.app-body #mastodon > div > div > div.columns-area__panels > div.columns-area__panels__main > div.columns-area.columns-area--mobile > div > div > div.about__section.active:nth-of-type(2) > div.about__section__title {
|
||||
display: none;
|
||||
}
|
||||
.app-body .about__header p,
|
||||
|
@ -1,11 +1,12 @@
|
||||
default: styles/application.scss
|
||||
contrast: styles/contrast.scss
|
||||
mastodon-light: styles/mastodon-light.scss
|
||||
default: styles/tangerineui-cherry.scss
|
||||
# default: styles/application.scss
|
||||
# contrast: styles/contrast.scss
|
||||
# mastodon-light: styles/mastodon-light.scss
|
||||
tangerineui-cherry: styles/tangerineui-cherry.scss
|
||||
tangerineui-lagoon: styles/tangerineui-lagoon.scss
|
||||
modern-contrast: styles/modern-contrast.scss
|
||||
modern: styles/modern.scss
|
||||
modern-light: styles/modern-light.scss
|
||||
bird-contrast: styles/bird-contrast.scss
|
||||
bird: styles/bird.scss
|
||||
bird-light: styles/bird-light.scss
|
||||
# modern-contrast: styles/modern-contrast.scss
|
||||
# modern: styles/modern.scss
|
||||
# modern-light: styles/modern-light.scss
|
||||
# bird-contrast: styles/bird-contrast.scss
|
||||
# bird: styles/bird.scss
|
||||
# bird-light: styles/bird-light.scss
|
||||
|
Loading…
Reference in New Issue
Block a user