mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
small fixes
This commit is contained in:
@@ -37,8 +37,20 @@
|
||||
<link id="id_custom_space_css" href="{{ theme_values.custom_theme }}" rel="stylesheet">
|
||||
{% endif %}
|
||||
|
||||
<style>
|
||||
{% if request.user.userpreference.theme == 'TANDOOR_DARK' %}
|
||||
/* vueform/multiselect */
|
||||
/* when append to body is true the multiselects dropdown does not recognize the .v-theme--dark condition and renders a white background otherwise */
|
||||
|
||||
.multiselect-dropdown, .multiselect-options, .multiselect-option {
|
||||
background: #212121 !important;
|
||||
}
|
||||
{% endif %}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="app"></div>
|
||||
|
||||
{% vite_hmr_client %}
|
||||
@@ -57,7 +69,9 @@
|
||||
{# } else {#}
|
||||
{# console.warn('service worker not in navigator');#}
|
||||
{# }#}
|
||||
{#});#}
|
||||
{#})
|
||||
;
|
||||
#}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user