mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
Handle unmapped meetups
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
&.unmapped {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.official {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@@ -69,4 +73,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& #unmapped {
|
||||
@media (--up_to_L) {
|
||||
display: none;
|
||||
}
|
||||
@media (--L_and_up) {
|
||||
margin-top: var(--space-xxl);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user