Hotfix for Layout 2 regarding display of sfw variable and other minor improvements and or changes

This commit is contained in:
noxy
2019-10-08 21:39:42 +00:00
parent 4682e65af9
commit 7ffef2472b
13 changed files with 111 additions and 28 deletions

View File

@@ -3794,4 +3794,25 @@ button#layout4:before {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em;
}
}
.commbordersoos {
border: 1px solid black;
background: #1313137a;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
#parent {
background: #1a1a1b;
border-radius: 0;
padding: 5px;
cursor: pointer;
margin-left: 5px;
margin-right: 5px;
padding-right: 50px;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
}