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
|
/* 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 */
|
the user has a lot open/has made their size very big */
|
||||||
#chatHistory {
|
#chatHistory {
|
||||||
min-height: 150px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User configurable font size increases */
|
/* User configurable font size increases */
|
||||||
|
@ -194,9 +194,10 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
/* display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: left; */
|
align-items: flex-start;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feed {
|
.feed {
|
||||||
|
|
|
@ -773,8 +773,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Debugging - copy a lot of these to simulate more videos -->
|
<!-- Debugging - copy a lot of these to simulate more videos -->
|
||||||
<!--
|
|
||||||
<div class="feed">
|
<!-- <div class="feed">
|
||||||
hi
|
hi
|
||||||
</div>
|
</div>
|
||||||
<div class="feed">
|
<div class="feed">
|
||||||
|
@ -785,8 +785,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="feed">
|
<div class="feed">
|
||||||
hi
|
hi
|
||||||
</div>
|
</div> -->
|
||||||
-->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-content" id="chatHistory" :class="{'has-background-dm': isDM}">
|
<div class="card-content" id="chatHistory" :class="{'has-background-dm': isDM}">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user