mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
UX: improve readability of video title in lazyYT plugin
This commit is contained in:
parent
0b13f6572f
commit
f406443891
1 changed files with 3 additions and 1 deletions
|
@ -13,10 +13,12 @@
|
||||||
left: 12px!important;
|
left: 12px!important;
|
||||||
position: absolute!important;
|
position: absolute!important;
|
||||||
margin: 0!important;
|
margin: 0!important;
|
||||||
padding: 0!important;
|
padding: 1em!important;
|
||||||
line-height: 1!important;
|
line-height: 1!important;
|
||||||
font-style: normal!important;
|
font-style: normal!important;
|
||||||
font-weight: normal!important;
|
font-weight: normal!important;
|
||||||
|
background-color: rgba(0,0,0,0.8)!important;
|
||||||
|
border-radius: 0.5em!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lazyYT-button {
|
.lazyYT-button {
|
||||||
|
|
Loading…
Reference in a new issue