@import '_variables'; @import '_mixins'; .actor { display: flex; img { @include avatar(50px); margin-right: 15px; } .actor-info { .actor-info-names { display: flex; align-items: center; .actor-info-display-name { font-size: 20px; font-weight: $font-bold; @media screen and (max-width: $small-view) { font-size: 16px; } } .actor-info-username { margin-left: 7px; position: relative; top: 2px; font-size: 14px; color: $grey-actor-name; } } .actor-info-followers { font-size: 15px; } } } .button-file { @include peertube-button-file(160px); margin-top: 10px; margin-bottom: 5px; } .file-max-size { display: inline-block; font-size: 13px; position: relative; top: -10px; }