[Frontend] Adjusted margin strategy in left pane elements
open #250 Changed flex-elem to use margin-bottom instead of top; Added margin-top to .search-results element;
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
|
||||
.search-results {
|
||||
@include trans-prop-nice((opacity, visibility), 250ms);
|
||||
margin-top: $interiorMarginLg; // Always include margin here to fend off the search input
|
||||
padding-right: $interiorMargin;
|
||||
.hint {
|
||||
margin-bottom: $interiorMarginLg;
|
||||
|
||||
Reference in New Issue
Block a user