small changes to the layouts and their css files, nothing really impacting
This commit is contained in:
13
public/css/w0bmcustom.css
vendored
13
public/css/w0bmcustom.css
vendored
@@ -3707,12 +3707,11 @@ button#layout1 {
|
||||
|
||||
button#layout2 {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #000000;
|
||||
padding: 5px;
|
||||
border: 1px solid #b1a9a9;
|
||||
border: 1px solid #000000;
|
||||
margin-bottom: 5px;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: linear-gradient(to top,#0dd97de0 0%,#000000d9 100%);
|
||||
text-shadow: 1px 1px 1px black;
|
||||
}
|
||||
|
||||
button#layout3 {
|
||||
@@ -3750,4 +3749,8 @@ button#layout4 {
|
||||
.centered {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div#parent {
|
||||
overflow-x: overlay;
|
||||
}
|
Reference in New Issue
Block a user