hide debug tab and ref tab from the beginning

This commit is contained in:
wixette 2020-03-09 00:36:56 +08:00
parent 4ecc0bd8fc
commit 320271b756

View File

@ -214,3 +214,11 @@ footer {
-ms-user-select: none;
-webkit-user-select: none;
}
#tab-debug {
display: none;
}
#tab-ref {
display: none;
}