frontend: hide close button
This commit is contained in:
parent
bd80cdebc4
commit
f01076e4b4
@ -10,6 +10,10 @@ html, body {
|
|||||||
}
|
}
|
||||||
#surrogate-area {
|
#surrogate-area {
|
||||||
height:300px;
|
height:300px;
|
||||||
|
}
|
||||||
|
/* hide close button */
|
||||||
|
.contented-close {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user