Pārlūkot izejas kodu

Fix style

This isn't a sure fix, but it works for now (tm).
Lucas Stadler 8 gadi atpakaļ
vecāks
revīzija
30d0ce8762
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      perf/perf.go

+ 1 - 2
perf/perf.go

125
	display: flex;
125
	display: flex;
126
126
127
	position: fixed;
127
	position: fixed;
128
	width: 100vw;
128
	width: 99.1vw;
129
	transform: translate(-0.5em, -3em);
129
	transform: translate(-0.5em, -3em);
130
130
131
	padding: 0.75em;
131
	padding: 0.75em;
132
	margin-bottom: 1em;
133
132
134
	background-color: #222;
133
	background-color: #222;
135
	color: #ddd;
134
	color: #ddd;