Skip to content

Commit

Permalink
chore(UI): increase logo and panel font size
Browse files Browse the repository at this point in the history
  • Loading branch information
TGianella committed Apr 18, 2024
1 parent dc72e98 commit b1e7358
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
align-items: center;
justify-content: center;
font-family: monospace;
--closed-panel-font-size: 20px;
--closed-panel-font-size: 26px;
}

#fps, #generations-counter {
Expand Down Expand Up @@ -109,6 +109,8 @@
.toggleButton {
width: fit-content;
margin-block: 10px;
font-size: var(--closed-panel-font-size);
font-weight: bold;
}

#metrics {
Expand All @@ -124,7 +126,7 @@
</style>
</head>
<body>
<img src="" height="100" />
<img src="" height="200" />
<button id="panelBtn"></button>
<div id="panel" class="open">
<div id="toggleButtonsGroup">
Expand All @@ -138,6 +140,7 @@
Generations per <br>
frame rendered
</label>
<br>
<input id="ticks-frequency" type="range" min="1" max="10" value="1" list="markers" autocomplete="off">
<datalist id="markers">
<option value="1" label="1"></option>
Expand Down

0 comments on commit b1e7358

Please sign in to comment.