Override audio and video body with file body
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
04db6beb10
commit
782563af53
2 changed files with 12 additions and 4 deletions
|
@ -21,8 +21,14 @@ limitations under the License.
|
|||
position: relative;
|
||||
line-height: $font-16px;
|
||||
|
||||
.mx_MFileBody_info {
|
||||
margin: 5px 0;
|
||||
.mx_MFileBody {
|
||||
.mx_MFileBody_info {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.mx_MFileBody_download {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue