1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

youtube titles

This commit is contained in:
Fedor Katurov 2020-04-19 12:16:38 +07:00
parent c74ab01927
commit 2579f31c10
3 changed files with 48 additions and 13 deletions

View file

@ -111,8 +111,13 @@
right: 0;
font: $font_12_regular;
color: transparentize($color: white, $amount: 0.8);
padding: 4px 6px 4px 6px;
padding: 0 6px 2px;
border-radius: 0 0 $radius 0;
z-index: 2;
background: $comment_bg;
border-radius: 4px;
pointer-events: none;
touch-action: none;
}
.images {