remove number of placeholders in sidebar
This commit is contained in:
parent
2d1ccb4a00
commit
43ec85faf4
11
CHANGELOG.md
11
CHANGELOG.md
@ -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]
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user