still some bugs and auth issues to iron out. need to implement a new action button/bar, the card for moments in a space, creating new moments and essays, dynamically refreshing the spaces view when a new post is created.

This commit is contained in:
2025-05-20 19:46:09 -06:00
parent a93c30c40f
commit 54a01f0f1f
20 changed files with 1018 additions and 1191 deletions
+16 -10
View File
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Hack Nerd Font Mono';
src: url('/data/resources/HackNerdFontMono-Regular.woff');
font-family: "Hack Nerd Font Mono";
src: url("/data/resources/HackNerdFontMono-Regular.woff");
font-weight: normal;
font-style: normal;
}
@@ -36,7 +36,7 @@ li,
select,
option,
span {
font-family: 'Hack Nerd Font Mono', Hack, sans-serif;
font-family: "Hack Nerd Font Mono", Hack, sans-serif;
padding: 0;
margin: 0;
}
@@ -84,7 +84,7 @@ p {
}
small {
font-size: .75vw;
font-size: 0.75vw;
}
a,
@@ -307,6 +307,18 @@ table tr td label {
border-radius: 50%;
}
.link {
color: orange;
cursor: pointer;
}
.divLink {
text-decoration: none;
display: block;
height: 100%;
width: 100%;
}
.underline {
text-decoration: underline;
text-decoration-thickness: 3px;
@@ -408,7 +420,6 @@ input[type="radio"] {
height: 29px;
width: max-content;
}
.checkmark {
@@ -417,7 +428,6 @@ input[type="radio"] {
left: 0;
height: 25px;
width: 25px;
}
.form_checkbox_container input {
@@ -681,7 +691,6 @@ input[type="file"] {
width: 90%;
display: grid;
grid-template-columns: 50% 50%;
}
.grid-2x1 .form_card,
@@ -755,9 +764,6 @@ hr {
margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
body {
padding-bottom: 160px;