mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Normalize BOM and line endings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ng-template(#selectFrame)
|
||||
ng-template(#selectFrame)
|
||||
.frame-select-container
|
||||
a.frame-select(*ngFor="let s of sprites; index as i" [class.active]="frame === i"
|
||||
(mousedown)="select(i)" (mouseenter)="enter(i)" (mouseleave)="leave()")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.tools-range.input-group([class.input-group-sm]="small")
|
||||
.tools-range.input-group([class.input-group-sm]="small")
|
||||
.input-group-prepend
|
||||
button.btn.btn-default((click)="decrement()")
|
||||
fa-icon([icon]="vertical ? upIcon : leftIcon" [fixedWidth]="true")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ng-template(#shareLinkPopover)
|
||||
ng-template(#shareLinkPopover)
|
||||
div
|
||||
span.close.ml-2((click)="shareLinkOpen = false") ×
|
||||
| {{shareLink}}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.m-4
|
||||
.m-4
|
||||
ul.nav.nav-pills
|
||||
a.nav-link(routerLink="/variants") Variant explorer
|
||||
a.nav-link(routerLink="/animation") Animator
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.form-inline
|
||||
.form-inline
|
||||
.form-group
|
||||
a.btn.btn-default(routerLink="/")
|
||||
fa-icon([icon]="homeIcon")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ng-template(#modal)
|
||||
ng-template(#modal)
|
||||
settings-modal((close)="modalRef.hide()")
|
||||
|
||||
.container-fluid.mt-3(*ngIf="initialized")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.form-inline.p-1
|
||||
.form-inline.p-1
|
||||
.form-group
|
||||
a.btn.btn-default(routerLink="/")
|
||||
fa-icon([icon]="homeIcon")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
router-outlet
|
||||
router-outlet
|
||||
draggable-outlet
|
||||
|
||||
Reference in New Issue
Block a user