better ux for quick restart button
This commit is contained in:
parent
db655feedb
commit
23535d17d8
1 changed files with 2 additions and 1 deletions
|
@ -15,10 +15,11 @@
|
|||
.restart {
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
content: '⟳';
|
||||
font-size: 3rem;
|
||||
font-size: 5vh;
|
||||
opacity: .5;
|
||||
color: @accentfg;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue