mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
Compare commits
2 commits
3deeaa6510
...
1ec56ef150
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ec56ef150 | ||
|
|
6d1b29f673 |
|
|
@ -75,7 +75,7 @@ onUnmounted(() => {
|
||||||
@reference "../../styles/index.css";
|
@reference "../../styles/index.css";
|
||||||
|
|
||||||
.tiptap p.is-editor-empty:first-child::before {
|
.tiptap p.is-editor-empty:first-child::before {
|
||||||
color: hsl(var(--muted-foreground));
|
color: var(--muted-foreground);
|
||||||
content: attr(data-placeholder);
|
content: attr(data-placeholder);
|
||||||
float: left;
|
float: left;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<svg class="absolute inset-x-0 top-0 h-full w-full stroke-primary/[0.07] [mask-image:radial-gradient(100%_100%_at_top_right,hsl(var(--primary-foreground)),transparent)] pointer-events-none"
|
<svg class="absolute inset-x-0 top-0 h-full w-full stroke-primary/[0.07] [mask-image:radial-gradient(100%_100%_at_top_right,var(--primary-foreground),transparent)] pointer-events-none"
|
||||||
aria-hidden="true">
|
aria-hidden="true">
|
||||||
<defs>
|
<defs>
|
||||||
<pattern id="983e3e4c-de6d-4c3f-8d64-b9761d1534cc" width="200" height="200" x="50%" y="-1"
|
<pattern id="983e3e4c-de6d-4c3f-8d64-b9761d1534cc" width="200" height="200" x="50%" y="-1"
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ export const sidebarMenuButtonVariants = cva(
|
||||||
default:
|
default:
|
||||||
"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",
|
"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",
|
||||||
outline:
|
outline:
|
||||||
"bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]",
|
"bg-background shadow-[0_0_0_1px_var(--sidebar-border)] hovfer:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_var(--sidebar-accent)]",
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
default: "h-8 text-sm",
|
default: "h-8 text-sm",
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,8 @@ export const useConfig = () => {
|
||||||
"E.T. phone home.",
|
"E.T. phone home.",
|
||||||
"Just keep posting!",
|
"Just keep posting!",
|
||||||
"Just one more post bro",
|
"Just one more post bro",
|
||||||
|
"I am the one who knocks.",
|
||||||
|
"You've lost the game!",
|
||||||
],
|
],
|
||||||
DEVELOPER_HANDLES: [
|
DEVELOPER_HANDLES: [
|
||||||
"jessew@social.lysand.org",
|
"jessew@social.lysand.org",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue