UX: make mangrove attribution smaller, remember if personal had been unlocked before to prevent flickering of the button

This commit is contained in:
Pieter Vander Vennet 2023-10-17 01:57:21 +02:00
parent af1e0d7e08
commit 590495fbbc
5 changed files with 22 additions and 10 deletions

View file

@ -1054,6 +1054,11 @@ video {
height: 8rem;
}
.h-min {
height: -webkit-min-content;
height: min-content;
}
.h-8 {
height: 2rem;
}
@ -1341,10 +1346,6 @@ video {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
@ -2447,7 +2448,6 @@ select:hover {
.subtle {
/* For all information that is not important for 99% of the users */
color: #999;
font-size: medium;
font-weight: normal;
}