Some more stuff to the settings div.
This commit is contained in:
@@ -182,13 +182,27 @@ body {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 80vw;
|
||||
height: 80vh;
|
||||
overflow: auto;
|
||||
background: $foreground;
|
||||
color: #212121;
|
||||
padding: 15px;
|
||||
|
||||
.modal-content {
|
||||
border: 1px solid red;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.settings-container {
|
||||
.row {
|
||||
padding: 15px 10px;
|
||||
.col {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.close {
|
||||
|
||||
Reference in New Issue
Block a user