Flexbox CSS fixes for video panel

ipad-testing
Noah 2023-08-11 19:14:06 -07:00
parent f8a1bed564
commit f7f188dde9
2 changed files with 7 additions and 7 deletions

View File

@ -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 {

View File

@ -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}">