styles-fixme
This commit is contained in:
parent
500e8132dd
commit
d8f61e5b66
|
@ -335,7 +335,7 @@ export const Header = (props: Props) => {
|
||||||
<Show when={props.title}>
|
<Show when={props.title}>
|
||||||
<div
|
<div
|
||||||
class={clsx(styles.articleControls, 'col-auto', {
|
class={clsx(styles.articleControls, 'col-auto', {
|
||||||
[styles.articleControlsAuthorized]: session()?.user?.id,
|
// FIXME: use or remove [styles.articleControlsAuthorized]: session()?.user?.id,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<SharePopup
|
<SharePopup
|
||||||
|
|
|
@ -69,6 +69,7 @@ export default defineConfig(({ mode, command }) => {
|
||||||
https: {},
|
https: {},
|
||||||
port: 3000,
|
port: 3000,
|
||||||
},
|
},
|
||||||
|
sourcemap: isDev,
|
||||||
css: {
|
css: {
|
||||||
devSourcemap: isDev,
|
devSourcemap: isDev,
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user