Copy CSS files to installation folder
This commit is contained in:
parent
8e57d25967
commit
fbf244313a
3 changed files with 21 additions and 6 deletions
|
|
@ -1959,8 +1959,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .spoiler-button__overlay:is(:focus, :hover) .spoiler-button__overlay__label {
|
.app-body .spoiler-button__overlay:is(:focus, :hover) .spoiler-button__overlay__label {
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
-webkit-backdrop-filter: none;
|
-webkit-backdrop-filter: none;
|
||||||
background-color: transparent;
|
background-color: var(--color-content-bg);
|
||||||
|
border: 1px solid rgba(0, 0, 0, .1);
|
||||||
color: var(--color-content-fg);
|
color: var(--color-content-fg);
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.app-body .spoiler-button__overlay__label > span:first-child {
|
.app-body .spoiler-button__overlay__label > span:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -1970,6 +1972,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
background-color: rgba(0, 0, 0, .1);
|
background-color: rgba(0, 0, 0, .1);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item .media-gallery__gifv__label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 📊 Polls */
|
/* 📊 Polls */
|
||||||
|
|
|
||||||
|
|
@ -1958,8 +1958,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .spoiler-button__overlay:is(:focus, :hover) .spoiler-button__overlay__label {
|
.app-body .spoiler-button__overlay:is(:focus, :hover) .spoiler-button__overlay__label {
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
-webkit-backdrop-filter: none;
|
-webkit-backdrop-filter: none;
|
||||||
background-color: transparent;
|
background-color: var(--color-content-bg);
|
||||||
|
border: 1px solid rgba(0, 0, 0, .1);
|
||||||
color: var(--color-content-fg);
|
color: var(--color-content-fg);
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.app-body .spoiler-button__overlay__label > span:first-child {
|
.app-body .spoiler-button__overlay__label > span:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -1969,6 +1971,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
background-color: rgba(0, 0, 0, .1);
|
background-color: rgba(0, 0, 0, .1);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item .media-gallery__gifv__label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 📊 Polls */
|
/* 📊 Polls */
|
||||||
|
|
|
||||||
|
|
@ -1958,8 +1958,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .spoiler-button__overlay:is(:focus, :hover) .spoiler-button__overlay__label {
|
.app-body .spoiler-button__overlay:is(:focus, :hover) .spoiler-button__overlay__label {
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
-webkit-backdrop-filter: none;
|
-webkit-backdrop-filter: none;
|
||||||
background-color: transparent;
|
background-color: var(--color-content-bg);
|
||||||
|
border: 1px solid rgba(0, 0, 0, .1);
|
||||||
color: var(--color-content-fg);
|
color: var(--color-content-fg);
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.app-body .spoiler-button__overlay__label > span:first-child {
|
.app-body .spoiler-button__overlay__label > span:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -1969,6 +1971,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
background-color: rgba(0, 0, 0, .1);
|
background-color: rgba(0, 0, 0, .1);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item .media-gallery__gifv__label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 📊 Polls */
|
/* 📊 Polls */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue