- 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:
@@ -25,7 +25,7 @@ a:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
* {
|
||||
#app-container * {
|
||||
transition: all .25s;
|
||||
}
|
||||
|
||||
@@ -78,6 +78,7 @@ header {
|
||||
width: 100%;
|
||||
|
||||
min-height: 480px;
|
||||
max-height: calc(100vh - var(--header-height) - 2rem);
|
||||
background-size: 30%;
|
||||
}
|
||||
#video-container #video {
|
||||
|
||||
Reference in New Issue
Block a user