add rounding to list-files header (#2207)

This commit is contained in:
Charles
2026-02-09 22:19:10 -05:00
committed by GitHub
parent 9291bb4477
commit e431ccb66a

View File

@@ -5,6 +5,8 @@
position: sticky;
top: 0;
z-index: 1;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}