Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
400
Merge Requests
64
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
13d96fd6
Commit
13d96fd6
authored
29 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): revert sloppy change to topbar
parent
3434db17
master
No related merge requests found
Pipeline
#117942510
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/app/common/layout/v2-topbar/v2-topbar.component.scss
View file @
13d96fd6
...
...
@@ -135,12 +135,16 @@
justify-content
:
space-between
;
width
:
100%
;
height
:
52px
;
max-width
:
1
084
px
;
max-width
:
1
296
px
;
margin
:
0
auto
;
padding
:
15px
0
15
px
;
padding
:
0
8
px
;
//padding-right: 46px;
box-sizing
:
border-box
;
@media
screen
and
(
min-width
:
1296px
)
{
padding
:
0
46px
0
0
;
}
@media
screen
and
(
max-width
:
480px
)
{
.m-v2-topbarNav__RouterNav
{
display
:
none
;
...
...
@@ -293,7 +297,6 @@
}
>
a
{
margin-right
:
40px
;
text-decoration
:
none
;
height
:
32px
;
border-radius
:
18px
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment