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
c8f9c8dc
Commit
c8f9c8dc
authored
Mar 26, 2020
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS cleanup and refactoring
parent
a4d530f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+4
-7
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-1
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
c8f9c8dc
...
@@ -82,15 +82,13 @@
...
@@ -82,15 +82,13 @@
}
}
}
}
@mixin
sidebar-container
{
width
:
calc
(
100%
+
100px
);
}
.right-sidebar
{
.right-sidebar
{
border-left
:
1px
solid
$border-color
;
border-left
:
1px
solid
$border-color
;
.sidebar-container
{
.sidebar-container
,
@include
sidebar-container
;
.issuable-sidebar
{
// Add 100px so that potentially visible vertical scroll bar is hidden
width
:
calc
(
100%
+
100px
);
}
}
}
}
...
@@ -137,7 +135,6 @@
...
@@ -137,7 +135,6 @@
.issuable-sidebar
{
.issuable-sidebar
{
padding
:
0
3px
;
padding
:
0
3px
;
width
:
calc
(
100%
+
35px
);
}
}
}
}
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
c8f9c8dc
...
@@ -309,7 +309,6 @@
...
@@ -309,7 +309,6 @@
}
}
.issuable-sidebar
{
.issuable-sidebar
{
@include
sidebar-container
;
height
:
100%
;
height
:
100%
;
overflow-y
:
scroll
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
...
...
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