Skip to content

Commit

Permalink
Fix sidebar menu overlapping the project title (#1336)
Browse files Browse the repository at this point in the history
* fix: sidebar menu overlaps the project title

* rm: unused file from root dir

* Update CHANGELOG.md
  • Loading branch information
dgarcia360 authored Jan 21, 2025
1 parent 19f6f8d commit 7e79a5f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 52 deletions.
8 changes: 7 additions & 1 deletion docs/source/upgrade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.8.4 - 14 Jan 2024
## 1.8.5 - 17 Jan 2024

### Fixed

- [#1336](https://github.com/scylladb/sphinx-scylladb-theme/pull/1336): Fixed an issue where the sidebar menu overlapped the project title.

## 1.8.4 - 17 Jan 2024

### Added

Expand Down
49 changes: 0 additions & 49 deletions headings.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-scylladb-theme"
version = "1.8.4"
version = "1.8.5"
description = "A Sphinx Theme for ScyllaDB documentation projects"
authors = ["David García <[email protected]>"]
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]
Expand Down
2 changes: 1 addition & 1 deletion sphinx_scylladb_theme/static/css/main.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/css/components/_side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
box-shadow: 0 0 $spacer-md 0 var(--brand-product);
position: sticky;
top: 0;
z-index: 100;

a {
background-color: var(--brand-product);
Expand Down

0 comments on commit 7e79a5f

Please sign in to comment.