});
</script>
-<span class="shadow badge rounded-pill" style="background-color: {tag.color}; color: {fontColor}">
+<span class="badge rounded-pill" style="background-color: {tag.color}; color: {fontColor}">
<div class="d-flex flex-row">
<div>{tag.icon} #{tag.name}</div>
{#if isEditable}
color: #495057;
font-size: 11pt;
font-weight: 600;
+ box-shadow: 1px 1px 5px 2px rgba(24, 24, 24, 0.275);
}
button {
<div class="col-lg-4 col-sm-5 col d-flex flex-row justify-content-start align-items-center">
{#if !$alwaysShowSidenav}
<button
- class="btn d-xl-none"
+ class="btn d-xl-none ms-1"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#sidenav"
<!-- Full screen modal -->
<div class="modal fade" data-bs-backdrop="static" id="settingsModal">
<div
- class="modal-dialog modal-dialog-scrollable modal-dialog-centered modal-xl modal-fullscreen-sm-down"
+ class="modal-dialog modal-dialog-scrollable modal-dialog-centered modal-xl modal-fullscreen-lg-down"
>
<!-- -->
<div class="modal-content shadow-lg glass glass-modal">
<h3 class="text-primary">💡 {$t('settings.about')}</h3>
{#if showInstallationHelp}
- <div class="alert alert-info">{@html $t('settings.installation_help')}</div>
+ <span>
+ <div class="alert alert-info rounded-4 mt-3">
+ {@html $t('settings.installation_help')}
+ </div>
+ </span>
{/if}
<span class="d-table mx-auto"
</div>
<style>
+ .navbar {
+ border-top: 0 !important;
+ border-left: 0 !important;
+ border-right: 0 !important;
+ }
+
/* Allow the stacked absolute children to scroll without forcing the parent to expand */
.transition-stack {
min-height: 0;
@media (max-width: 450px) {
.modeSliderIcon {
font-size: 0.8rem !important;
+ margin: 0 !important;
+ }
+ #selectMode {
+ transform: scale(1) !important;
+ margin-left: -2.25rem !important;
}
.selectMode {
padding-left: 1rem !important;
}
:global(body[data-bs-theme='dark']) #settings-content > div > div {
background-color: #8080805d;
+ box-shadow: 3px 3px 8px 4px #0000003f;
}
:global(body[data-bs-theme='light']) #settings-content > div > div {
background-color: #dfdfdf5d;
+ box-shadow: 3px 3px 8px 4px #11111134;
}
h3.text-primary {
.modal-body.modal-body-scrollable {
/* For stats/admin tabs, let modal-body handle scrolling */
- max-height: calc(100vh - 200px);
overflow-y: auto;
}