Skip to content

Commit

Permalink
do not display time hud when sidebar is collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Nov 30, 2024
1 parent d1bda19 commit 8023884
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/_time.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@
}
}
}

#sidebar {
&.collapsed {
#pf2e-hud-time {
display: none;
}
}
}

0 comments on commit 8023884

Please sign in to comment.