style: auto-fix linting issues
This commit is contained in:
parent
e06842c1cd
commit
f65af3fb10
1 changed files with 6 additions and 1 deletions
|
|
@ -10096,7 +10096,9 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--card);
|
background: var(--card);
|
||||||
transition: transform 0.2s ease, border-color 0.2s ease;
|
transition:
|
||||||
|
transform 0.2s ease,
|
||||||
|
border-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-contributors div:hover {
|
.about-contributors div:hover {
|
||||||
|
|
@ -10146,14 +10148,17 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
|
||||||
.about-contributors {
|
.about-contributors {
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-contributors div {
|
.about-contributors div {
|
||||||
width: calc(50% - 8px);
|
width: calc(50% - 8px);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-contributors span {
|
.about-contributors span {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-contributors .contrib {
|
.about-contributors .contrib {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue