Fixed the sidebar's icons width on collapsed state
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -6,11 +6,13 @@ Date format : day/month/year
|
||||
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
||||
> - `system-version`: System functionalities and Fixes.
|
||||
|
||||
## 1.12.3 - ??/03/2025 - Fixes and Compendiums Filters (Thx Litasa #41)
|
||||
- Separated the reference and the page number from book reference for filtering purpose.
|
||||
- Adding filters in compendium for rarity, ring, and source.
|
||||
- Add option for GM to limit what sources is being displayed to the players in compendiums. GM can still see everything and give players items/techniques if needed.
|
||||
## 1.12.3 - ??/03/2025 - Fixes and Compendiums Filters
|
||||
- Added Compendiums Filters (Thx to Litasa #41)
|
||||
- Separated the reference and the page number from book reference for filtering purpose.
|
||||
- Adding filters in compendium for rarity, ring, and source.
|
||||
- Add option for GM to limit what sources is being displayed to the players in compendiums. GM can still see everything and give players items/techniques if needed.
|
||||
- Fixed Npc Generator : Actor now update correctly.
|
||||
- Fixed the sidebar's icons width on collapsed state.
|
||||
|
||||
## 1.12.2 - 16/09/2024 - Bugfixes
|
||||
- Modified : The checkbox `reverseFatigueBar` is now a drop-down with `none`/`fatigue`/`strife`/`both`, and is now an client preference.
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -147,6 +147,7 @@ button {
|
||||
}
|
||||
> .item {
|
||||
flex: 0 0 1.5rem;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
line-height: 1.5rem;
|
||||
margin: 0.1rem;
|
||||
|
||||
Reference in New Issue
Block a user