I swear, I'm going to start doing regular commits

+ Added a ton of shit
+ About to add socket.io oh god.
This commit is contained in:
Max G
2020-01-03 01:26:55 +00:00
parent 8d07a8e11a
commit 4216c1825e
24 changed files with 3171 additions and 360 deletions

View File

@@ -97,12 +97,16 @@ div.ui.basic.green.label {
/* Styles for public display pages */
.note-status-indicator {
float: right;
position: absolute;
width: 100px;
padding: 9px 0;
padding: 16px 0;
box-sizing: border-box;
text-align: center;
color: var(--text_color);
bottom: 0;
right: 0;
z-index: 100;
cursor: pointer;
}