Run prettier on code

This commit is contained in:
Kevin Kandlbinder 2021-04-12 13:02:38 +00:00 committed by GitHub
parent d542206091
commit b8057f0e25
51 changed files with 28270 additions and 26529 deletions

View file

@ -7,13 +7,13 @@
left: 0;
display: flex;
width: 100%;
background: rgba($background, .95);
background: rgba($background, 0.95);
backdrop-filter: blur(5px);
z-index: 999;
transition: background .25s;
transition: background 0.25s;
@supports(backdrop-filter: blur(5px)) {
background: rgba($background, .9);
@supports (backdrop-filter: blur(5px)) {
background: rgba($background, 0.9);
}
.topBarInner {
@ -38,7 +38,7 @@
border-top: 2px solid transparent;
&:hover {
border-color: rgba(255, 255, 255, .25);
border-color: rgba(255, 255, 255, 0.25);
}
&.active {
@ -53,9 +53,7 @@
backdrop-filter: blur(0);
}
.flexSpacer {
flex-grow: 1;
text-align: center;
}
}