mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Hide mobile context menu in debug log viewer.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user