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