some minor changes to the login wall
This commit is contained in:
4
public/css/glitch.css
vendored
4
public/css/glitch.css
vendored
@@ -866,4 +866,8 @@ a.rainbow:hover {
|
||||
background: none;
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput input {
|
||||
vertical-align: bottom;
|
||||
}
|
22
public/css/w0bmcustom.css
vendored
22
public/css/w0bmcustom.css
vendored
@@ -3829,9 +3829,29 @@ button#layout4:before {
|
||||
margin: 5px;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.media-koerper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sees.panel.panel-default {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
video#placeholder {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.2;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
padding-top: 10px;
|
||||
}
|
22
public/njum/css/cstms.css
vendored
22
public/njum/css/cstms.css
vendored
@@ -1103,4 +1103,26 @@ div#list {
|
||||
|
||||
div#message {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
/* Cat */
|
||||
div#categories {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
||||
grid-gap: 20px;
|
||||
align-items: stretch;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.thumbnail img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.category-box {
|
||||
background: #282828;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
.caption {
|
||||
padding: 5px;
|
||||
}
|
BIN
public/placeholder.webm
Normal file
BIN
public/placeholder.webm
Normal file
Binary file not shown.
Reference in New Issue
Block a user