Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed Feb 9, 2024
1 parent cc4852d commit f791b20
Show file tree
Hide file tree
Showing 42 changed files with 970 additions and 955 deletions.
73 changes: 73 additions & 0 deletions js/dist/extension/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,45 @@ html {
text-decoration-line: underline;
}

.tiptap h1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tiptap h1 {
font-size: 1.5rem;
line-height: 2rem;
}

.tiptap h2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tiptap h2 {
font-size: 1.25rem;
line-height: 1.75rem;
}

.tiptap h3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tiptap h3 {
font-size: 1.125rem;
line-height: 1.75rem;
}

.tiptap a {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity));
text-decoration-line: underline;
}

.\!container {
width: 100% !important;
}
Expand Down Expand Up @@ -1512,6 +1551,15 @@ html {
--tw-text-opacity: 0.2;
}

.btm-nav > *.\!disabled:hover {
pointer-events: none !important;
--tw-border-opacity: 0 !important;
background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity))) !important;
--tw-bg-opacity: 0.1 !important;
color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity))) !important;
--tw-text-opacity: 0.2 !important;
}

.btn:hover {
--tw-border-opacity: 1;
border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
Expand Down Expand Up @@ -1875,6 +1923,14 @@ html {
color: var(--fallback-bc,oklch(var(--bc)/0.3));
}

.menu li.\!disabled {
cursor: not-allowed !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
color: var(--fallback-bc,oklch(var(--bc)/0.3)) !important;
}

.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
display: none;
}
Expand Down Expand Up @@ -2542,6 +2598,15 @@ input.tab:checked + .tab-content,
--tw-text-opacity: 0.2;
}

.btm-nav > *.\!disabled {
pointer-events: none !important;
--tw-border-opacity: 0 !important;
background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity))) !important;
--tw-bg-opacity: 0.1 !important;
color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity))) !important;
--tw-text-opacity: 0.2 !important;
}

.btm-nav > * .label {
font-size: 1rem;
line-height: 1.5rem;
Expand Down Expand Up @@ -5103,6 +5168,10 @@ details.collapse summary::-webkit-details-marker {
margin-bottom: 4rem;
}

.mb-32 {
margin-bottom: 8rem;
}

.mb-4 {
margin-bottom: 1rem;
}
Expand Down Expand Up @@ -5179,6 +5248,10 @@ details.collapse summary::-webkit-details-marker {
height: 1.5rem;
}

.h-96 {
height: 24rem;
}

.h-\[95vh\] {
height: 95vh;
}
Expand Down
2 changes: 1 addition & 1 deletion js/dist/site/globals.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/dist/site/globals.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/site/index.css

Large diffs are not rendered by default.

Loading

0 comments on commit f791b20

Please sign in to comment.