Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0904d572
Commit
0904d572
authored
Nov 02, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align toggle sidebar button across all browsers and OSs
parent
74c79123
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
app/assets/stylesheets/framework/contextual_sidebar.scss
app/assets/stylesheets/framework/contextual_sidebar.scss
+2
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
changelogs/unreleased/toggle-sidebar-alignment.yml
changelogs/unreleased/toggle-sidebar-alignment.yml
+5
-0
No files found.
app/assets/stylesheets/framework/contextual_sidebar.scss
View file @
0904d572
...
@@ -322,15 +322,15 @@
...
@@ -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
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
0904d572
...
@@ -10,6 +10,7 @@ $sidebar-breakpoint: 1024px;
...
@@ -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
...
...
changelogs/unreleased/toggle-sidebar-alignment.yml
0 → 100644
View file @
0904d572
---
title
:
Align toggle sidebar button across all browsers and OSs
merge_request
:
22771
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment