This commit is contained in:
@@ -31,3 +31,35 @@ body {
|
||||
cursor: ew-resize;
|
||||
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
#debugLogList::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
#debugLogList::-webkit-scrollbar-thumb {
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
.debug-entry {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
|
||||
padding: 10px 8px;
|
||||
}
|
||||
|
||||
.debug-entry:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.debug-entry__meta {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
color: rgba(255, 255, 255, 0.55);
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.debug-entry__payload {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user