i have opinions on the bar
parent
a3e0175188
commit
455a325743
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
all: unset; // Unsets everything so you can style everything from scratch
|
all: unset; // Unsets everything so you can style everything from scratch
|
||||||
font-family: Agave Nerd Font Mono, sans-serif;
|
font-family: Agave Nerd Font Mono, sans-serif;
|
||||||
font-size: 11pt;
|
font-size: 13pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
|
|
@ -40,8 +40,8 @@ tooltip {
|
||||||
all: unset;
|
all: unset;
|
||||||
background-color: #5018dd;
|
background-color: #5018dd;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
min-height: 3px;
|
min-height: 5px;
|
||||||
min-width: 36px;
|
min-width: 72px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
@ -59,7 +59,7 @@ tooltip {
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
margin: 1px 2px;
|
margin: 2px 3px;
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
|
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
|
@ -71,7 +71,7 @@ tooltip {
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
||||||
margin: 1px 2px;
|
margin: 2px 3px;
|
||||||
min-width: 26px;
|
min-width: 26px;
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue