Media: prefer V2 media API when available

This commit is contained in:
Alex Gleason 2021-10-05 12:59:37 -05:00
parent ddad49480b
commit a6f5cf33d0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
6 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -86,7 +86,7 @@
display: inline-flex;
align-items: center;
.icon_button__text {
&__text {
font-size: 14px;
padding-left: 5px;
}

View file

@ -1,5 +1,6 @@
.icon-button {
display: inline-block;
display: inline-flex;
align-items: center;
padding: 0;
color: var(--primary-text-color);
border: 0;
@ -12,6 +13,10 @@
margin: 0;
}
&__text {
padding-left: 2px;
}
&:hover,
&:active,
&:focus {