server version, minor css fixes and other visual upgrades mostly to standard layout -> glitch css

This commit is contained in:
noxy
2020-01-02 11:51:29 +00:00
parent 55be581dac
commit 1399b95004
40 changed files with 1086 additions and 85 deletions

View File

@@ -79,4 +79,29 @@ p.comment {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em;
}
.nojsleleks {
display: inline-block;
align-items: flex-start;
overflow-y: auto;
padding: 15px;
display: grid;
grid-template-columns: 3fr 3fr;
color: white !important;
}
.irc-content {
display: grid;
grid-template-columns: 5fr 1fr;
}
.webchat > iframe {
width: 100%;
min-height: 70vh;
}
.irc-info {
margin: 10px;
text-align: center;
}