Hide mobile context menu in debug log viewer.

This commit is contained in:
Greyson Parrelli
2025-08-14 15:54:05 -04:00
parent 1944b5c61e
commit 0d596af187

View File

@@ -16,6 +16,11 @@
.show-scrollbar .ace_scrollbar::-webkit-scrollbar { width: 5px; height: 5px; }
.ace_scrollbar::-webkit-scrollbar-thumb { background-color: #999999; }
/* Hide mobile context menu */
.ace_mobile-menu {
display: none !important;
}
/* Light Mode: Line color based on log level */
.ace_editor { background-color: #FBFCFF; }
.ace_none { color: #000000; }