lbry-desktop/src/ui/scss/component/_file-properties.scss

14 lines
209 B
SCSS
Raw Normal View History

2019-06-11 20:10:58 +02:00
.file-properties {
display: flex;
position: relative;
align-items: center;
& > *:not(:first-child) {
margin-left: var(--spacing-small);
}
@media (max-width: 600px) {
display: none;
}
}