fixed warnings and added archive sorting

This commit is contained in:
2023-02-11 16:20:59 -05:00
parent 6eb16e8937
commit 3acae2c81e
9 changed files with 90 additions and 5 deletions
+34 -1
View File
@@ -178,7 +178,7 @@ li {
margin: 0.5rem 0;
}
/* Button Styles */
/* Input Styles */
button,
.link-button {
background-color: gray;
@@ -202,6 +202,39 @@ button:active,
scale: 0.98;
}
select {
/* appearance: none;
padding: 6px 40px 6px 10px;
border-radius: var(--radius);
border: none; */
font-size: 1rem;
/* background: none;
z-index: 10; */
}
/* .select-container {
position: relative;
width: max-content;
border-radius: var(--radius);
box-shadow: var(--shadow);
overflow: hidden;
}
.select-container::before {
position: absolute;
content: "▾";
top: 0px;
right: 0px;
height: 10px;
width: 10px;
color: white;
font-size: 1rem;
height: 100%;
width: 30px;
background-color: var(--blue);
text-align: center;
} */
/* Text Inputs */
input,