supermemory/apps/web/globals.css
2026-01-03 22:32:30 -08:00

23 lines
No EOL
418 B
CSS

@import "tailwindcss";
@plugin "@tailwindcss/typography";
.sm-tweet-theme .react-tweet-theme {
--tweet-container-margin: 0px;
}
.sm-tweet-theme .tweet-header-module__A9EVQG__authorFollow {
display: none;
}
.scrollbar-thin {
scrollbar-width: thin;
scrollbar-color: #293952 transparent;
}
.scrollbar-thin::-webkit-scrollbar {
width: 6px;
}
.scrollbar-thin::-webkit-scrollbar-track {
background: transparent;
}