feat: Add support for POST requests on searches for privacy

Use already set preferences variable

Use span for description, grammar fix from Copilot
This commit is contained in:
Fijxu
2025-11-30 17:07:17 -03:00
parent 9ab8d39168
commit f01428b07c
9 changed files with 39 additions and 8 deletions

View File

@@ -663,7 +663,7 @@ span > select {
background: #f2f2f2;
color: #7c7c7c;
}
.no-theme footer #footer-custom-text > b {
color: #565D64;
}
@@ -750,7 +750,7 @@ body.dark-theme {
.dark-theme #footer-content-container > hr {
color: #313131;
}
}
.dark-theme .footer-content #footer-custom-text > b {
color: #ccc;
@@ -1025,7 +1025,7 @@ h1, h2, h3, h4, h5, p,
.video-transcript header {
padding-bottom: 5px;
border-bottom: 1px solid #a0a0a0;
}
}
.video-transcript > #lines {
display: flex;
@@ -1082,4 +1082,4 @@ h1, h2, h3, h4, h5, p,
padding-left: 10px;
display: inline-block;
vertical-align: top;
}
}