mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 05:42:39 +02:00
refactor: improve styling of CreateInviteDialog footer for better layout consistency
This commit is contained in:
parent
f14efa18b3
commit
33a822432d
2 changed files with 27 additions and 15 deletions
|
|
@ -195,6 +195,18 @@ button {
|
|||
background-color: hsl(var(--muted-foreground) / 0.4);
|
||||
}
|
||||
|
||||
/* Hide scrollbar on mobile, only visible while scrolling */
|
||||
@media (max-width: 767px) {
|
||||
.scrollbar-thin {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.scrollbar-thin::-webkit-scrollbar {
|
||||
width: 0;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Human-in-the-loop approval card animations */
|
||||
@keyframes pulse-subtle {
|
||||
0%,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue