Align toggle sidebar button across all browsers and OSs
This commit is contained in:
parent
74c7912324
commit
0904d5721c
3 changed files with 8 additions and 2 deletions
|
@ -322,15 +322,15 @@
|
||||||
width: $contextual-sidebar-width - 1px;
|
width: $contextual-sidebar-width - 1px;
|
||||||
transition: width $sidebar-transition-duration;
|
transition: width $sidebar-transition-duration;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
height: $toggle-sidebar-height;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: $gl-padding;
|
padding: 0 $gl-padding;
|
||||||
background-color: $gray-light;
|
background-color: $gray-light;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: 1px solid $border-color;
|
border-top: 1px solid $border-color;
|
||||||
color: $gl-text-color-secondary;
|
color: $gl-text-color-secondary;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
line-height: 1;
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
|
@ -10,6 +10,7 @@ $sidebar-breakpoint: 1024px;
|
||||||
$default-transition-duration: 0.15s;
|
$default-transition-duration: 0.15s;
|
||||||
$contextual-sidebar-width: 220px;
|
$contextual-sidebar-width: 220px;
|
||||||
$contextual-sidebar-collapsed-width: 50px;
|
$contextual-sidebar-collapsed-width: 50px;
|
||||||
|
$toggle-sidebar-height: 48px;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Color schema
|
* Color schema
|
||||||
|
|
5
changelogs/unreleased/toggle-sidebar-alignment.yml
Normal file
5
changelogs/unreleased/toggle-sidebar-alignment.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Align toggle sidebar button across all browsers and OSs
|
||||||
|
merge_request: 22771
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue