Fixes and more styling

This commit is contained in:
Bad Manners 2025-04-13 11:00:36 -03:00
parent 2c44a69ec3
commit 3619063e68
21 changed files with 203 additions and 94 deletions

View file

@ -0,0 +1,42 @@
img {
max-width: none;
}
div.center-item {
display: flex;
align-items: center;
justify-content: safe center;
}
ul.reset,
ul.reset li,
ul.reset ul li {
margin: 0;
padding: 0;
text-indent: 0;
list-style-type: none;
}
.flex {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
column-gap: 1rem;
}
.flex-col {
flex-direction: column;
}
ul.tags-autocomplete {
text-indent: 0;
list-style-type: none;
position: absolute;
}
ul.tags-autocomplete li button {
--button-base: #dbdbdb;
--button-hover: #a9b1ba;
color: #040a0f;
}