Profile hover cards

This commit is contained in:
2023-10-09 16:32:14 +01:00
parent b62b877f5a
commit 8d882a0844
16 changed files with 184 additions and 75 deletions

View File

@ -113,6 +113,21 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
a {
color: inherit;
line-height: 1.3em;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.ext {
word-break: break-all;
white-space: initial;
}
#root {
overflow-x: hidden;
}
@ -498,21 +513,6 @@ input:disabled {
max-width: -moz-available;
}
a {
color: inherit;
line-height: 1.3em;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.ext {
word-break: break-all;
white-space: initial;
}
div.form {
display: grid;
grid-auto-flow: row;