minor
This commit is contained in:
@@ -16,7 +16,7 @@ code {
|
||||
font-size: .8rem;
|
||||
font-weight: 700;
|
||||
background: rgba(0,0,0,.1);
|
||||
color: rgba(0,0,0,.8);
|
||||
color: #888;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@@ -146,6 +146,15 @@ html, body {
|
||||
background-color: #292929 !important;
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
min-height: 300px;
|
||||
max-width: 600px;
|
||||
width: 100%;
|
||||
.el-dialog__body {
|
||||
word-break: normal !important;
|
||||
}
|
||||
}
|
||||
|
||||
// @media only screen and (max-width: 768px) {
|
||||
// .el-card {
|
||||
// padding: 0px !important;
|
||||
|
||||
Reference in New Issue
Block a user