web sockets and live logging

This commit is contained in:
2025-01-14 00:34:24 -05:00
parent 68005e8492
commit 16e62ff901
10 changed files with 185 additions and 10 deletions

View File

@@ -105,11 +105,13 @@ input[type="submit"] {
display: inline-block;
padding: .3em .6em;
color: #fff;
margin-bottom: .4em;
box-shadow: 0px .4em 0 0 var(--primary-dark);
&:active {
margin-top: .4em;
margin-bottom: 0;
box-shadow: 0px .1em 0 0 var(--primary-dark);
}
}
@@ -238,3 +240,17 @@ input[type="submit"] {
}
}
}
#followCheckmarkContainer {
display: inline-block;
position: fixed;
right: 1.3em;
bottom: 1.6em;
padding: 1em;
background-color: rgba(15,15,15,.8);
cursor: pointer;
input {
cursor: inherit;
}
}