- don't make emoji picker freak out by limiting transitions to just app container (#123)
- give width on youtube embed container (#122) - give video a max height of less than current window height (#125) -
This commit is contained in:
@@ -121,8 +121,8 @@
|
||||
}
|
||||
|
||||
.message-text .youtube-embed {
|
||||
width: 100%;
|
||||
height: 12rem;
|
||||
width: calc(var(--right-col-width) - 3.5em);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* MESSAGE TEXT CONTENT */
|
||||
|
||||
Reference in New Issue
Block a user