Update src/renderer/components/ft-profile-selector/ft-profile-selector.css

Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
This commit is contained in:
CelularBat 2023-11-22 05:58:02 +00:00 committed by GitHub
parent 75af05def6
commit 49b2213c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,9 +46,9 @@
/* Navbar changes position to horizontal with this media rule.
Height adjust for profile list so it won't cover navbar. */
@media only screen and (max-width: 680px){
.profileWrapper {
max-block-size: calc(95vh - 180px);
}
.profileWrapper {
max-block-size: calc(95vh - 180px);
}
}
.profile {