Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
9fd1d7f0
Commit
9fd1d7f0
authored
Jun 13, 2016
by
Ben Zichettello
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #3264
parent
0ce66780
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
responsive.scss
h/static/styles/mixins/responsive.scss
+1
-1
top-bar.scss
h/static/styles/top-bar.scss
+5
-0
top_bar.html
h/templates/client/top_bar.html
+1
-0
No files found.
h/static/styles/mixins/responsive.scss
View file @
9fd1d7f0
...
...
@@ -40,7 +40,7 @@ $break-desktop: 1024px !default;
}
}
// Mobile first media queries. Encorages development to work with mobile and
// Mobile first media queries. Enco
u
rages development to work with mobile and
// modify as the viewport grows rather than designing for individual bands.
@mixin
wide-handheld-and-up
{
@include
breakpoint
(
$break-wide-handheld
+
1
)
{
...
...
h/static/styles/top-bar.scss
View file @
9fd1d7f0
...
...
@@ -31,10 +31,15 @@
padding-right
:
$h-padding
;
height
:
100%
;
.signin-control
{
flex-shrink
:
0
;
}
}
.top-bar__inner
.group-list
{
margin-right
:
.75em
;
white-space
:
nowrap
;
}
// an expander which adds spacing between the groups list
...
...
h/templates/client/top_bar.html
View file @
9fd1d7f0
...
...
@@ -45,6 +45,7 @@
<i
class=
"h-icon-annotation-share"
></i>
</a>
<signin-control
class=
"signin-control"
auth=
"auth"
new-style=
"true"
on-show-about-version-dialog=
"onShowAboutVersionDialog()"
...
...
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