refactor: layout detail adjustments

refactor: increase contrast of toolbar fav button
refactor: remove non working localization for news
refactor: equalize tab bar in top toolbar
refactor: padding on map buttons and rename them
refactor: repair profile card alignments for safari
refactor: fix dashboard resize behavior on safari
refactor: make title card button reachable again
refactor: put card hover in media query
refactor: realign schedule view toolbar
refactor: adjust toolbar heights
refactor: introduce proper header logo
This commit is contained in:
Rainer Killinger
2022-08-18 17:19:58 +00:00
committed by Thea Schöbl
parent ebdc14d3c3
commit f3cf3b30e3
26 changed files with 462 additions and 66 deletions

View File

@@ -34,12 +34,7 @@
</ion-buttons>
</ion-toolbar>
<ion-toolbar color="primary" mode="md" class="tabs-toolbar">
<ion-segment
#segment
class="tabs"
value="calendar"
(ionChange)="onSegmentChange()"
>
<ion-segment #segment value="calendar" (ionChange)="onSegmentChange()">
<ion-segment-button value="calendar">
<ion-label>{{ 'schedule.calendar' | translate }}</ion-label>
</ion-segment-button>