feature: spotify embeds working
feature: rounded embed containers
This commit is contained in:
parent
241ab51fa9
commit
1790977744
2 changed files with 71 additions and 8 deletions
|
@ -186,9 +186,27 @@
|
|||
width: 100%;
|
||||
max-width: 640px;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 20%;
|
||||
}
|
||||
|
||||
#talk .embed-container .embed-actions-container {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
top: 0.25rem;
|
||||
right: 0.25rem;
|
||||
height: 2rem;
|
||||
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#talk .embed-container.rounded {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#talk .embed-container.short {
|
||||
padding-bottom: 7.5%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue