font-size: 25pt;
font-weight: 750;
text-align: center;
- padding: 1rem;
+ padding-left: 0.5rem;
+ padding-right: 0.5rem;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 2rem;
user-select: none;
+ border-radius: 10px;
}
:global(body[data-bs-theme='dark']) .noResult {
}
:global(body[data-bs-theme='light']) .noResult {
- color: #cccccc;
+ color: #9b9b9b;
+ background-color: #b8b8b879;
}
:global(.popover-body > span) {
class="modal-dialog modal-dialog-scrollable modal-dialog-centered modal-xl modal-fullscreen-lg-down"
>
<!-- -->
- <div class="modal-content shadow-lg glass glass-modal">
+ <div class="modal-content shadow-lg">
<div class="modal-header flex-wrap gap-2">
<div class="d-flex w-100 align-items-center">
<div
}
:global(body[data-bs-theme='light'] .TinyMDE) {
- background-color: rgba(255, 255, 255, 0.7);
+ background-color: rgba(240, 240, 240, 0.6);
color: #1f1f1f;
}
}
:global(body[data-bs-theme='dark'] .modal-content) {
- backdrop-filter: blur(20px) saturate(150%);
+ backdrop-filter: blur(17px) saturate(150%);
background-color: rgba(70, 70, 70, 0.5) !important;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #ececec;
}
:global(body[data-bs-theme='light'] .modal-content) {
- backdrop-filter: blur(20px) saturate(150%);
+ backdrop-filter: blur(17px) saturate(150%);
background-color: rgba(211, 211, 211, 0.5) !important;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #161616;
}
:global(body[data-bs-theme='light'] .glass) {
backdrop-filter: blur(14px) saturate(130%);
- background-color: rgba(187, 187, 187, 0.3);
+ background-color: rgba(158, 158, 158, 0.3);
border: 1px solid #ccc;
color: #222;
}
gzip_types text/plain text/css application/javascript application/json image/svg+xml;
gzip_min_length 1024;
+ client_max_body_size 500M; # allow large file uploads
+
# Proxy API to backend
location /api/ {
proxy_pass http://127.0.0.1:8000$request_uri;