Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/renderer/components/ft-profile-selector/ft-profile-selecto…
…r.css

Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
  • Loading branch information
CelularBat and PikachuEXE authored Nov 22, 2023
commit 49b2213c3f4f73dad475d45ae5c318dadce81b07
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down