mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -92,7 +92,7 @@ export const NameWrapper = styled.a`
|
||||
${({ isLink }) => css`
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
border: 1px solid;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
@@ -102,10 +102,6 @@ export const NameWrapper = styled.a`
|
||||
color: #f1eff3;
|
||||
transition: 0.2s;
|
||||
|
||||
@media (max-width: 550px) {
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
> * {
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user