Skip to content

Commit

Permalink
Fritz2 Rework
Browse files Browse the repository at this point in the history
Fixed filtered pagination and extended count badge to reflect searches
  • Loading branch information
mpetuska committed Mar 8, 2021
1 parent 71f0d3d commit 23ad6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/jsMain/kotlin/app/view/Header.kt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fun RenderContext.Header() {
verticalAlign { sub }
fontSize(sm = { large }, md = { larger })
fontWeight { lighter }
display(sm = { none }, md = { flex })
display(sm = { none }, md = { initial })
}) { +"KAMP" }
}
LibraryStore.data.map { it.count }.render { count ->
Expand Down

0 comments on commit 23ad6a4

Please sign in to comment.