Many small adjustments

- Adjust header width for scrollbar presence
- Added new header assets for grass and dirt
- Adjusted styles for hosted and tracker
- Expand header to implement templating system
- Much more I have forgotten
This commit is contained in:
Chris Wilson
2020-12-03 01:55:06 -05:00
parent ef14aff201
commit ccdc8cefe4
28 changed files with 118 additions and 41 deletions

View File

@@ -101,3 +101,16 @@ h5, h6{
padding-bottom: 120px;
}
.user-message{
width: 50%;
min-width: 500px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;
color: #000000;
border-radius: 4px;
margin-bottom: 20px;
background-color: #ffff00;
}