Flexbox CSS fixes for video panel
This commit is contained in:
parent
f8a1bed564
commit
f7f188dde9
|
@ -162,7 +162,7 @@ body {
|
|||
/* Ensure the chat history isn't squished too far by the Videos panel if
|
||||
the user has a lot open/has made their size very big */
|
||||
#chatHistory {
|
||||
min-height: 150px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
/* User configurable font size increases */
|
||||
|
@ -194,9 +194,10 @@ body {
|
|||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
/* display: flex;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: left; */
|
||||
align-items: flex-start;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.feed {
|
||||
|
|
|
@ -773,8 +773,8 @@
|
|||
</div>
|
||||
|
||||
<!-- Debugging - copy a lot of these to simulate more videos -->
|
||||
<!--
|
||||
<div class="feed">
|
||||
|
||||
<!-- <div class="feed">
|
||||
hi
|
||||
</div>
|
||||
<div class="feed">
|
||||
|
@ -785,8 +785,7 @@
|
|||
</div>
|
||||
<div class="feed">
|
||||
hi
|
||||
</div>
|
||||
-->
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
<div class="card-content" id="chatHistory" :class="{'has-background-dm': isDM}">
|
||||
|
|
Loading…
Reference in New Issue
Block a user