Merge pull request #144 from nicfreeman1209/main

make reference sheet fit to screen in single col mode
This commit is contained in:
Steffen 2021-04-02 20:57:10 +02:00 committed by GitHub
commit d4e144f0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Release Notes
- tweak reference sheet to better fit screen in single column layout
### Version 2.11.0
- new design for character reference sheet
- automatically switch to grimoire view when joining a session through a link

View File

@ -240,6 +240,13 @@ ul {
}
}
/** trim icon size on maximized one-column sheet **/
@media screen and (max-width: 991.98px) {
.characters .modal.maximized ul li .icon {
width: 5.1vh;
}
}
/** hide players when town square is set to "public" **/
#townsquare.public ~ .characters .modal .player {
display: none;