mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-24 06:39:29 +00:00
improve observer mode and disconnect
This commit is contained in:
parent
25b4a53a00
commit
78e791f763
39 changed files with 877 additions and 837 deletions
|
|
@ -49,7 +49,6 @@
|
|||
transform: translate(-50%, -50%);
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
font-variant-numeric: tabular-nums;
|
||||
color: rgba(200, 240, 230, 0.9);
|
||||
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
|
||||
pointer-events: none;
|
||||
|
|
@ -149,7 +148,7 @@
|
|||
.TeamScore {
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
padding: 0 10px;
|
||||
border-left: 1px solid rgba(128, 255, 200, 0.15);
|
||||
}
|
||||
|
|
@ -157,6 +156,7 @@
|
|||
.TeamCount {
|
||||
color: rgb(125, 155, 150);
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue