Skip to content

Commit

Permalink
[TASK] PageLayoutModul: Fix margin in BS3 navbar and panel-header
Browse files Browse the repository at this point in the history
Release: 8.0.0
  • Loading branch information
opi99 committed Jun 20, 2022
1 parent f18fe11 commit 6f022b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Public/StyleSheet/PageLayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ nav.flashRed {
opacity: 0.6;
}

/** Fix BS3 navbar margin */
.tvp-node .card-header .navbar {
margin-bottom: 0;
}

/** @TODO default transition only while switching theme? */
.animationTransition {
transition: all 0.5s linear 0s;
Expand Down

0 comments on commit 6f022b2

Please sign in to comment.