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