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