mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 16 additions and 20 deletions
@ -1,11 +1,7 @@ |
|||||
:host { |
:host { |
||||
display: flex; |
color: rgb(var(--dark-primary-text)); |
||||
flex-direction: row; |
|
||||
height: 100%; |
|
||||
} |
} |
||||
|
|
||||
@media (max-width: 599px) { |
:host-context(.theme-dark) { |
||||
:host { |
color: rgb(var(--light-primary-text)); |
||||
flex-direction: column-reverse; |
|
||||
} |
|
||||
} |
} |
||||
|
Loading…
Reference in new issue