mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
Update injected.scss with transparent background
for iframeWrapper and userHTML.
This commit is contained in:
@@ -388,6 +388,9 @@ ol > [data-label] {
|
|||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.Message__Message___3oJaU > .uiFrameWrapper .iframeWrapper {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
.Viewer__newMessage___3ToUb {
|
.Viewer__newMessage___3ToUb {
|
||||||
border-radius: 0.5rem !important;
|
border-radius: 0.5rem !important;
|
||||||
font-size: 0.8rem !important;
|
font-size: 0.8rem !important;
|
||||||
@@ -1063,7 +1066,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
}
|
}
|
||||||
iframe.userHTML {
|
iframe.userHTML {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
background: var(--background-primary);
|
background: transparent;
|
||||||
}
|
}
|
||||||
.userHTML > div:first-of-type {
|
.userHTML > div:first-of-type {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
|||||||
Reference in New Issue
Block a user