mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
preference: Fix CSS in Vite dev mode.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import url("@yaireo/tagify/dist/tagify.css");
|
||||
|
||||
:host {
|
||||
contain: strict;
|
||||
display: flow-root;
|
||||
|
@@ -2,9 +2,6 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="css/fonts.css" />
|
||||
<link rel="stylesheet" href="css/preference.css" />
|
||||
<script type="module">
|
||||
import "@yaireo/tagify/dist/tagify.css";
|
||||
</script>
|
||||
|
||||
<!-- Initially hidden to prevent FOUC -->
|
||||
<div id="content" hidden>
|
||||
|
Reference in New Issue
Block a user