Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit 79bf6cb

Browse files
committed
some CSS fixes
1 parent d6f0a8b commit 79bf6cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/app/dashboard/dashboard.component.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ <h4 md-line>
3232
<md-icon svgIcon="assets:github"></md-icon>
3333
</a>
3434
</div>
35-
3635
<!-- XS -> 1col -->
3736
<div layout-xs="row" tdMediaToggle="xs" [mediaClasses]="['push-xs']" hide-gt-xs>
3837
<div flex="100">
@@ -42,7 +41,7 @@ <h4 md-line>
4241
</div>
4342
</div>
4443

45-
<!-- MD -> 2col -->
44+
<!-- GT-XS -> 2col -->
4645
<div layout-gt-xs="row" tdMediaToggle="gt-xs" [mediaClasses]="['push-xs']" hide-xs hide-gt-md>
4746
<div flex="50">
4847
<div *ngFor="let article of getColumn(0, 2)">
@@ -56,7 +55,7 @@ <h4 md-line>
5655
</div>
5756
</div>
5857

59-
<!-- LG -> 3col -->
58+
<!-- GT-SM -> 3col -->
6059
<div layout-gt-sm="row" tdMediaToggle="gt-sm" [mediaClasses]="['push-sm']" hide-xs hide-md hide-gt-lg>
6160
<div flex="33">
6261
<div *ngFor="let article of getColumn(0, 3)">

src/app/image-view/image-view.component.scss

+2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@
3333
color: white;
3434
margin-left: 0.5em;
3535
margin-top: 0.5em;
36+
position:fixed;
37+
3638
}
3739

0 commit comments

Comments
 (0)