mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Affix the audio view toolbar to the bottom as opposed to the top of the view. Otherwise it's not accessible when the view is the first item in the content. Said views keep a newline underneath, so there's space for it to appear there instead. fixes #27548, see #27320.
git-svn-id: https://develop.svn.wordpress.org/trunk@27792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -271,7 +271,12 @@ audio {
|
||||
|
||||
/* Audio player is short; therefore let's put the toolbar above */
|
||||
.wpview-type-audio .toolbar {
|
||||
top: -41px;
|
||||
top: auto;
|
||||
bottom: -34px;
|
||||
}
|
||||
|
||||
.wpview-type-audio .toolbar div {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.wpview-type-audio .toolbar div:first-child {
|
||||
|
||||
Reference in New Issue
Block a user