Skip to content

Commit

Permalink
update live feed focus icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Aug 8, 2024
1 parent 82cb0d1 commit 09bc157
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,16 @@
margin-right: 1vh;
padding-left: 0.3em;
padding-right: 0.3em;
will-change: border-color, background-color;
border-radius: 0.2em;
border: 0.04em solid rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}

.feed_end_name_focus {
transform: translate(0, 29%) scale(1.25);
text-decoration: underline;
background-color: rgba(0, 0, 0, 0.3);
border-color: #ffffff;
}

.screen_size,
Expand Down

0 comments on commit 09bc157

Please sign in to comment.