cosmos-docusaurus-theme 1.1.6 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosmos-docusaurus-theme",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "A clean, dark-first Docusaurus CSS theme based on TailAdmin design system with Outfit typography",
5
5
  "keywords": [
6
6
  "docusaurus",
package/src/css/theme.css CHANGED
@@ -429,6 +429,11 @@ code {
429
429
  /* Both the external links (GitHub, npm…) and the color mode toggle get the */
430
430
  /* same bordered ghost button treatment for visual consistency. */
431
431
 
432
+ /* Add spacing between right-side navbar items */
433
+ .navbar__items--right {
434
+ gap: 8px;
435
+ }
436
+
432
437
  /* External links on the right side (GitHub, npm, etc.) */
433
438
  .navbar__items--right .navbar__link {
434
439
  border: 1px solid var(--ifm-toc-border-color);