mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -51,7 +51,7 @@ export default function AboutDialog() {
|
|||||||
<NameComponent name='Matt Joiner' link='https://github.com/anacrolix' />
|
<NameComponent name='Matt Joiner' link='https://github.com/anacrolix' />
|
||||||
<NameComponent name='nikk' link='https://github.com/tsynik' />
|
<NameComponent name='nikk' link='https://github.com/tsynik' />
|
||||||
<NameComponent name='tw1cker Руслан Пахнев' link='https://github.com/Nemiroff' />
|
<NameComponent name='tw1cker Руслан Пахнев' link='https://github.com/Nemiroff' />
|
||||||
<NameComponent name='SpAwN_LMG' />
|
<NameComponent name='SpAwN_LMG' link='https://github.com/spawnlmg' />
|
||||||
</div>
|
</div>
|
||||||
</SpecialThanksSection>
|
</SpecialThanksSection>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ export const NameWrapper = styled.a`
|
|||||||
${({ isLink }) => css`
|
${({ isLink }) => css`
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: start;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@@ -102,10 +102,6 @@ export const NameWrapper = styled.a`
|
|||||||
color: #f1eff3;
|
color: #f1eff3;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
|
|
||||||
@media (max-width: 550px) {
|
|
||||||
justify-content: start;
|
|
||||||
}
|
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user