fix: tangerine ui
This commit is contained in:
parent
ea5359e05c
commit
cc0f45ab20
3 changed files with 14 additions and 13 deletions
|
@ -7006,7 +7006,7 @@ a:is(.active,
|
||||||
.app-body .about__section:nth-child(3) {
|
.app-body .about__section:nth-child(3) {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.app-body .about__meta {
|
.app-body .about__section:nth-child(2) {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.app-body .about__section:nth-child(4) {
|
.app-body .about__section:nth-child(4) {
|
||||||
|
@ -7021,7 +7021,7 @@ a:is(.active,
|
||||||
.app-body .about__footer {
|
.app-body .about__footer {
|
||||||
order: 7;
|
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;
|
display: none;
|
||||||
}
|
}
|
||||||
.app-body .about__header p,
|
.app-body .about__header p,
|
||||||
|
|
|
@ -7006,7 +7006,7 @@ a:is(.active,
|
||||||
.app-body .about__section:nth-child(3) {
|
.app-body .about__section:nth-child(3) {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.app-body .about__meta {
|
.app-body .about__section:nth-child(2) {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.app-body .about__section:nth-child(4) {
|
.app-body .about__section:nth-child(4) {
|
||||||
|
@ -7021,7 +7021,7 @@ a:is(.active,
|
||||||
.app-body .about__footer {
|
.app-body .about__footer {
|
||||||
order: 7;
|
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;
|
display: none;
|
||||||
}
|
}
|
||||||
.app-body .about__header p,
|
.app-body .about__header p,
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
default: styles/application.scss
|
default: styles/tangerineui-cherry.scss
|
||||||
contrast: styles/contrast.scss
|
# default: styles/application.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
# contrast: styles/contrast.scss
|
||||||
|
# mastodon-light: styles/mastodon-light.scss
|
||||||
tangerineui-cherry: styles/tangerineui-cherry.scss
|
tangerineui-cherry: styles/tangerineui-cherry.scss
|
||||||
tangerineui-lagoon: styles/tangerineui-lagoon.scss
|
tangerineui-lagoon: styles/tangerineui-lagoon.scss
|
||||||
modern-contrast: styles/modern-contrast.scss
|
# modern-contrast: styles/modern-contrast.scss
|
||||||
modern: styles/modern.scss
|
# modern: styles/modern.scss
|
||||||
modern-light: styles/modern-light.scss
|
# modern-light: styles/modern-light.scss
|
||||||
bird-contrast: styles/bird-contrast.scss
|
# bird-contrast: styles/bird-contrast.scss
|
||||||
bird: styles/bird.scss
|
# bird: styles/bird.scss
|
||||||
bird-light: styles/bird-light.scss
|
# bird-light: styles/bird-light.scss
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue