1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-16 10:31:41 +04:00

feat: improve navbar layout and add media query for background gradient in documentation styles

This commit is contained in:
codecalm
2025-04-20 20:09:23 +02:00
parent 7295678c34
commit 8710940952
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
}
.bg-docs-gradient {
background: radial-gradient(circle at 0 0, color-mix(in srgb, var(--tblr-primary) 4%, transparent), transparent 80%) no-repeat 0 0 / 800px 800px !important;
@media (min-width: 992px) {
background: radial-gradient(circle at 0 0, color-mix(in srgb, var(--tblr-primary) 4%, transparent), transparent 80%) no-repeat 0 0 / 800px 800px !important;
}
}
.DocSearch-Button {