some css tweaks and other minor improvements/fixes

This commit is contained in:
noxy
2019-11-27 15:23:48 +00:00
parent 5fc7bf3036
commit 50ba00431b
35 changed files with 880 additions and 104 deletions

View File

@@ -293,4 +293,26 @@ div#categories {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em;
}
.bootstrap-tagsinput {
background-color: #000;
border: 1px solid #ccc0;
}
.modal-content {
background: #131619;
padding: 5px;
border-radius: 0;
border: 1px solid #3c3c3c;
}
div#collapseComments {
background: #040a0a;
padding: 5px;
}
.card.panel-default {
margin-top: 5px;
margin: 5px;
}