Skip to content

Commit

Permalink
avoid centered display on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Jan 5, 2025
1 parent 90513df commit 0284af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/style/avnav_viewer_new.less
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ body{
}
.listEntry{
.flex-wrap(wrap);
.flex-align-items(center);
}
.selectedItem {
.nightBackFade(@colorSelection);
Expand Down Expand Up @@ -658,7 +659,6 @@ body{
padding: 1em;
.nightBorderColorGR(30);
.flex-display();
.flex-align-items(center);
}
.activeEntry{
.nightBackColor(@colorSelection);
Expand Down

0 comments on commit 0284af0

Please sign in to comment.