remove auto-text-size package

This commit is contained in:
jeffvli
2025-11-21 20:43:01 -08:00
parent 41a394367b
commit d3634d2c8a
4 changed files with 3 additions and 31 deletions
@@ -98,19 +98,9 @@
.title {
display: flex;
align-items: center !important;
height: 150px;
margin: 0;
overflow: hidden;
-webkit-line-clamp: 2;
line-clamp: 2;
margin: var(--theme-spacing-sm) 0;
font-size: clamp(2rem, 3.5dvw, 3.25rem);
line-height: 1.2;
color: var(--theme-colors-foreground);
-webkit-box-orient: vertical;
@container (min-width: $mantine-breakpoint-sm) {
height: 90px;
}
}
.library-header-menu {