remove number of placeholders in sidebar

This commit is contained in:
Corban-Lee Jones 2024-10-15 12:16:25 +01:00
parent 2d1ccb4a00
commit 43ec85faf4
2 changed files with 12 additions and 1 deletions

View File

@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- 'Invalid' appearance for select-2 controls, upon bad form submission
- Shorthand functions for setting/clearing the "spot" classes on ".sidebar-item"s
### Fixed
- Storing Discord-provided snowflake ID's in a postgresql database. Now using 'PositiveLargeIntegerField' to support this
- Sidebar server "placeholder" elements running offscreen on desktop - fixed by reducing them by 2
### Changed
- Keep the hover state of sidebar buttons while their respective dropdown's are showing
## [Unreleased] [0.4.0] - xxxx-xx-xx [BREAKING]

View File

@ -21,7 +21,7 @@
</button>
</li>
{% for i in "0123456789012"|make_list %}
{% for i in "01234567890"|make_list %}
<li class="sidebar-loading">
<div class="sidebar-placeholder placeholder-wave">
<div class="sidebar-placeholder-image placeholder"></div>