Sprint 11: Freunde & Chat + Phosphor-Icon-Vollmigration
- Freundschaften (pending/accepted), Nutzersuche, Anfragen per Push - Direktnachrichten mit Polling, iMessage-Stil, Deep-Links aus Push - Alle Seiten (map, places, diary, health, dog-profile, sitting, knigge, forum, wiki, walks) vollständig auf Phosphor-Icons migriert - Wikidata-Rassen-Scraper (~833 neue Rassen, lokal gespiegelte Fotos) - TheDogAPI lokal gespiegelt (169 Rassen + Fotos) - Quiz-Result-Cards horizontal (korrekte Bildproportionen) - SW by-v89
This commit is contained in:
parent
96bd57f0ad
commit
097295c628
44 changed files with 9980 additions and 300 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -475,3 +475,18 @@
|
|||
@media (max-width: 400px) {
|
||||
.grid-3 { grid-template-columns: 1fr 1fr; }
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
Phosphor Icons — SVG Sprite
|
||||
============================================================ */
|
||||
.ph-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
fill: currentColor;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.nav-item .ph-icon { width: 24px; height: 24px; }
|
||||
.nav-item-center .ph-icon { width: 22px; height: 22px; }
|
||||
.header-menu-btn .ph-icon { width: 22px; height: 22px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue