Skip to content

Commit 1157511

Browse files
committed
ui fixes
1 parent 08ab57d commit 1157511

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

src/app/app.component.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<md-toolbar class="main-toolbar md-primary">
2-
<a href="" class="logo-link"><img src="assets/images/logo.png" class="logo"></a>
2+
<a href="" class="logo-link"><img src="assets/images/logo-large.png" class="logo"></a>
33

44
<button md-icon-button class="nav-toggle">
55
<i class="material-icons">menu</i>
@@ -21,9 +21,6 @@
2121
<a href="meteor-rxjs">
2222
<button md-button>Meteor+RxJS</button>
2323
</a>
24-
<a target="_blank" href="https://github.com/Urigo/angular-meteor">
25-
<button md-button><md-icon fontSet="fa" fontIcon="fa-github"></md-icon> GitHub</button>
26-
</a>
2724
</div>
2825
<div class="secondary-nav">
2926
<a target="_blank"

src/app/app.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
top: 0;
9393
left: 0;
9494
right: 0;
95-
padding: 1rem;
95+
padding: 0;
9696
background: #f6f6f6 !important;
9797
overflow: hidden;
9898
z-index: 500;
@@ -111,6 +111,8 @@
111111
}
112112

113113
.nav-links {
114+
padding-right: 120px;
115+
114116
a {
115117
padding: 5px 0;
116118
border-radius: 3px;

src/assets/style/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ $fa-font-path: "assets/fonts";
1818
@import "../../../node_modules/font-awesome/scss/icons";
1919
@import "../../../node_modules/font-awesome/scss/screen-reader";
2020

21+
html {
22+
overflow: hidden;
23+
height: 100%;
24+
}
2125

2226
body {
2327
margin: 0;
@@ -26,6 +30,8 @@ body {
2630
font-size: 16px;
2731
font-weight: 300;
2832
line-height: 1.6;
33+
height: 100%;
34+
overflow: auto;
2935
}
3036

3137
h1, h2 {

src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
</head>
105105

106106
<body style="display: none;">
107+
<a href="https://github.com/urigo/angular-meteor/"><img style="position: fixed; top: 0; right: 0; border: 0; z-index: 2000;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
108+
107109
<app></app>
108110

109111
<!-- Google Tag Manager -->

0 commit comments

Comments
 (0)