Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
dcc7fe62
Commit
dcc7fe62
authored
7 years ago
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wallet menu fixed to top
parent
8ade33b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
menu.component.html
Breeze.UI/src/app/wallet/menu/menu.component.html
+1
-1
styles.css
Breeze.UI/src/styles.css
+6
-3
No files found.
Breeze.UI/src/app/wallet/menu/menu.component.html
View file @
dcc7fe62
<section
id=
"content"
class=
"bitcoin"
>
<section
id=
"content"
class=
"bitcoin"
>
<nav
class=
"navbar navbar-toggleable-xl navbar-inverse"
>
<nav
class=
"navbar
fixed-top
navbar-toggleable-xl navbar-inverse"
>
<div
class=
"collapse navbar-collapse"
id=
"navbarBreeze"
>
<div
class=
"collapse navbar-collapse"
id=
"navbarBreeze"
>
<ul
class=
"navbar-nav mr-auto ml-5"
routerLinkActive=
"active"
>
<ul
class=
"navbar-nav mr-auto ml-5"
routerLinkActive=
"active"
>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
...
...
This diff is collapsed.
Click to expand it.
Breeze.UI/src/styles.css
View file @
dcc7fe62
...
@@ -50,14 +50,16 @@ code {
...
@@ -50,14 +50,16 @@ code {
#content
{
#content
{
width
:
100%
;
width
:
100%
;
position
:
relative
;
position
:
relative
;
padding-left
:
70px
;
}
padding-left
:
70px
;
margin-top
:
65px
;
}
#sidebar
{
#sidebar
{
z-index
:
10
0
0
;
z-index
:
10
5
0
;
position
:
fixed
;
position
:
fixed
;
width
:
70px
;
width
:
70px
;
height
:
100%
;
height
:
100%
;
overflow-y
:
auto
;
overflow-y
:
auto
;
top
:
0
;
background
:
#122B41
;
}
background
:
#122B41
;
}
#sidebar
.menu
li
{
#sidebar
.menu
li
{
opacity
:
.3
;
opacity
:
.3
;
...
@@ -3453,7 +3455,8 @@ tbody.collapse.show {
...
@@ -3453,7 +3455,8 @@ tbody.collapse.show {
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
0.8rem
1rem
0
1rem
;
padding
:
14px
0
0
70px
;
background-color
:
white
;
box-shadow
:
inset
0
1px
4px
0
rgba
(
0
,
0
,
0
,
0.08
);
}
box-shadow
:
inset
0
1px
4px
0
rgba
(
0
,
0
,
0
,
0.08
);
}
.navbar-brand
{
.navbar-brand
{
...
...
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