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
7d2a4efe
Commit
7d2a4efe
authored
7 years ago
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix icon container width with smaller desktop screens
parent
39857887
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
app/assets/stylesheets/framework/blank.scss
app/assets/stylesheets/framework/blank.scss
+12
-2
No files found.
app/assets/stylesheets/framework/blank.scss
View file @
7d2a4efe
...
@@ -54,18 +54,28 @@
...
@@ -54,18 +54,28 @@
}
}
}
}
.section-
admin-
welcome
{
.section-welcome
{
/**
/**
* This is slight increase over 25% of col-md-offset-3 for
* This is slight increase over 25% of col-md-offset-3 for
* admin welcome page
* admin welcome page
*/
*/
.blank-state-icon.col-md-offset-3
{
&
.section-admin-welcome
.blank-state-icon.col-md-offset-3
{
margin-left
:
30%
;
margin-left
:
30%
;
@media
(
max-width
:
$screen-md-min
)
{
@media
(
max-width
:
$screen-md-min
)
{
margin-left
:
auto
;
margin-left
:
auto
;
}
}
}
}
/**
* This is slight increase over 8.33% of col-md-1 for
* admin/standard user welcome page on smaller desktops
*/
.blank-state-icon.col-md-1
{
@media
(
min-width
:
$screen-sm-max
)
{
width
:
10%
;
}
}
}
}
.blank-state-title
{
.blank-state-title
{
...
...
This diff is collapsed.
Click to expand it.
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