Skip to content
Snippets Groups Projects
Verified Commit 555fddd6 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: small CSS fix

parent bad67088
No related branches found
No related tags found
1 merge request!5Initial support for MBC1 😎
Pipeline #957 passed
.debug > .canvas-tiles {
background-color: #000000;
width: 256px;
}
.debug > .canvas-tiles {
background-color: #000000;
width: 256px;
}
......@@ -78,6 +78,12 @@ p {
display: none;
position: absolute;
right: 22px;
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
.main > .side-left .canvas-container > .canvas-close > img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment