Skip to content

Commit 8bcab0b

Browse files
committed
add sticky status block
1 parent 28fe733 commit 8bcab0b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binary-synth",
3-
"version": "1.7.7",
3+
"version": "1.7.8",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/components/Status.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ watch(bynaryInSelectedBitness, (newValue) => {
218218
219219
.status {
220220
transition: all 70ms ease-in;
221+
font-size: 11px;
221222
222223
.active {
223224
color: $orange;
@@ -256,6 +257,8 @@ watch(bynaryInSelectedBitness, (newValue) => {
256257
grid-template-columns: repeat(25, 1fr);
257258
margin-top: 20px;
258259
max-width: fit-content;
260+
position: sticky;
261+
top: 10px;
259262
260263
@media (max-width: 1800px) {
261264
grid-template-columns: repeat(20, 1fr);

0 commit comments

Comments
 (0)