mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
rm inline styles + draft charcoal
This commit is contained in:
Vendored
+13
@@ -11869,5 +11869,18 @@ textarea.form-control-lg {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
/* [data-bs-theme="charcoal"] {
|
||||
--bs-body-color: #f5f5f5;
|
||||
--bs-body-color-rgb: rgb(245, 245, 245);
|
||||
--bs-body-bg: #1f1f1f;
|
||||
--bs-body-bg-rgb: rgb(31, 31, 31);
|
||||
--bs-secondary-color: #d6d6d6;
|
||||
--bs-secondary-color-rgb: rgb(214, 214, 214);
|
||||
--bs-secondary-bg: #e9ecef;
|
||||
--bs-secondary-bg-rgb: 233, 236, 239;
|
||||
/// --bs-tertiary-bg: #f8f9fa;
|
||||
--bs-tertiary-bg-rgb: rgba(255,255,255,0.12);
|
||||
--bs-link-color: rgb(102, 159, 194);
|
||||
} */
|
||||
|
||||
/*# sourceMappingURL=bootstrap-style.css.map */
|
||||
|
||||
Vendored
+14
@@ -12,3 +12,17 @@ $aspect-ratios: (
|
||||
);
|
||||
|
||||
@import "./bootstrap/bootstrap";
|
||||
|
||||
/* [data-bs-theme="charcoal"] {
|
||||
--bs-body-color: #f5f5f5;
|
||||
--bs-body-color-rgb: rgb(245, 245, 245);
|
||||
--bs-body-bg: #1f1f1f;
|
||||
--bs-body-bg-rgb: rgb(31, 31, 31);
|
||||
--bs-secondary-color: #d6d6d6;
|
||||
--bs-secondary-color-rgb: rgb(214, 214, 214);
|
||||
--bs-secondary-bg: #e9ecef;
|
||||
--bs-secondary-bg-rgb: 233, 236, 239;
|
||||
/// --bs-tertiary-bg: #f8f9fa;
|
||||
--bs-tertiary-bg-rgb: rgba(255,255,255,0.12);
|
||||
--bs-link-color: rgb(102, 159, 194);
|
||||
} */
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<!-- Creates a centered, circular overlay (60x60px) with semi-transparent black background.
|
||||
The play icon is centered within this overlay and appears on top of the thumbnail. -->
|
||||
{{- if .IllustType == 2 }}
|
||||
<div class="position-absolute top-50 start-50 translate-middle d-flex justify-content-center align-items-center bg-dark bg-opacity-50 rounded-circle" style="width: 60px; height: 60px; z-index: 1;">
|
||||
<div class="position-absolute top-50 start-50 translate-middle d-flex justify-content-center align-items-center bg-dark bg-opacity-50 rounded-circle w-25 h-25">
|
||||
<i class="bi bi-play-fill text-white fs-1"></i>
|
||||
</div>
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user