mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(view) audio: rm width - bad for chrome, add margin-top - good for firefox
This commit is contained in:
parent
44a6ebab9a
commit
c1e0d8bb1b
1 changed files with 5 additions and 1 deletions
|
|
@ -23,6 +23,10 @@
|
|||
z-index: 1
|
||||
}
|
||||
|
||||
.media, audio, video {
|
||||
.media, video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
audio {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue