- Fixes per Nick

This commit is contained in:
2018-05-31 20:36:47 -04:00
parent 51e133cf8d
commit b11052fd23
11 changed files with 30 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
<ion-header>
<ion-toolbar>
<ion-title>Urnings</ion-title>
<ion-title>Looking</ion-title>
</ion-toolbar>
</ion-header>
@@ -8,7 +8,7 @@
<ion-grid no-padding>
<ion-row align-items-stretch>
<ion-col col-4 class="profile" *ngFor="let current of profiles" (tap)="profileTapped($event, current)" (press)="profilePressed($event, current)" [style.backgroundImage]="getBackgroundThumbnail(current.details.pic)">
<span class="username" [ngClass]="{ 'online': (current.messages?.length > 0) }">{{current.details.name}}</span>
<span class="username">{{current.details.name}}</span>
</ion-col>
</ion-row>
</ion-grid>

View File

@@ -37,27 +37,6 @@ page-grid {
text-overflow: ellipsis;
text-shadow: 0 0 3px rgba(0, 0, 0, 1);
white-space: nowrap;
&::before {
border: 0.125rem solid #acacac;
border-radius: 1rem;
bottom: 0.125rem;
content: '';
display: inline-block;
height: 0.8rem;
margin-right: 0.5rem;
position: relative;
vertical-align: middle;
width: 0.8rem;
}
&.online {
&::before {
background-color: #00ff00;
border-color: #00ff00;
}
}
}
}
}

View File

@@ -1,6 +1,6 @@
<ion-header>
<ion-toolbar>
<ion-title>Urnings</ion-title>
<ion-title>Looking</ion-title>
</ion-toolbar>
</ion-header>

View File

@@ -30,15 +30,26 @@ page-profile {
}
.button-chat {
background-color: #050505;
border-radius: 50%;
box-shadow: 0 1px 3px rgba(0,0,0,.65);
bottom: 3rem;
color: #fdb315;
height: 7rem;
position: absolute;
right: 1.5rem;
width: 7rem;
z-index: 100;
.icon {
line-height: 1;
padding: 1.75rem 2.05rem;
}
}
.detail-toggle {
font-size: 2.5em;
transform: scaleX(2);
z-index: 100;
}

View File

@@ -1,6 +1,6 @@
<ion-header>
<ion-toolbar>
<ion-title>Urnings</ion-title>
<ion-title>Looking</ion-title>
</ion-toolbar>
</ion-header>