Skip to content

Commit

Permalink
Aligned splitview and centered arrow (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Mar 18, 2020
1 parent cef0668 commit ccdac39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/SplitView.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h1 class="fd-splitView__title">{splitViewSettings.title}</h1>

<style type="text/scss">
$topNavHeight: 44px;
$leftNavWidth: 320px;
$leftNavWidth: 15rem;
$collapsedSplitviewHeight: 38px;
$desktopMinWidth: 600px;
$colorNeutral4: #89919a;
Expand All @@ -334,6 +334,7 @@ <h1 class="fd-splitView__title">{splitViewSettings.title}</h1>
}

.fd-splitView__title {
margin-top:0;
font-size: 16px;
line-height: $collapsedSplitviewHeight;
vertical-align: center;
Expand Down Expand Up @@ -369,14 +370,13 @@ <h1 class="fd-splitView__title">{splitViewSettings.title}</h1>

.lui-collapse-btn {
width: 36px;
height: 20px;
height: 22px;
background: white;
position: absolute;
left: 50%;
margin-left: -12px;
margin-top: -11px;
text-align: center;
padding: 1px;
border: 1px solid $colorNeutral4;
border-radius: 4px;
cursor: pointer;
Expand Down

0 comments on commit ccdac39

Please sign in to comment.