Hotfix for Layout 2 regarding display of sfw variable and other minor improvements and or changes
This commit is contained in:
23
public/css/w0bmcustom.css
vendored
23
public/css/w0bmcustom.css
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user