stremio-web/src/routes/Settings/Info/Info.less
2025-06-18 09:48:12 +02:00

31 lines
No EOL
568 B
Text

@import (reference) '~stremio/common/screen-sizes.less';
:import('~stremio/routes/Settings/components/Option/Option.less') {
option-content: content;
}
.info {
display: none;
.option-content {
color: var(--primary-foreground-color);
overflow: hidden;
.label {
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
@media only screen and (max-width: @xsmall) {
.info {
display: flex;
}
}
@media only screen and (max-width: @minimum) {
.info {
display: flex;
}
}