Toggle in the userbadge on small screens - more map space

This commit is contained in:
Pieter Vander Vennet 2021-07-03 20:18:52 +02:00
parent 69d4ea765c
commit e2591f3dfe
6 changed files with 44 additions and 98 deletions

View file

@ -93,6 +93,18 @@ a {
color: var(--foreground-color);
}
.h-min {
height: min-content;
}
.w-min {
width: min-content;
}
.space-between{
justify-content: space-between;
}
.link-underline a {
text-decoration: underline 1px #0078a855;;
color: #0078A8;