mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Refactor debug overlay
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
|
||||
text-align: right;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
display: grid;
|
||||
line-height: 15px;
|
||||
flex-direction: column;
|
||||
color: #fff;
|
||||
grid-gap: 2px;
|
||||
text-shadow: 1px 1px 3px rgba(#000, 0.4);
|
||||
font-weight: bold;
|
||||
|
||||
&:not([data-mode="detailed"]) {
|
||||
.mousePosition,
|
||||
@@ -16,4 +18,17 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background: #333;
|
||||
min-width: 30px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 14px;
|
||||
line-height: 15px;
|
||||
padding: 1px;
|
||||
font-family: "GameFont";
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user