Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ygg2 2024-07-20 16:53:47 -04:00
commit d9a0350155
27 changed files with 615 additions and 441 deletions

View file

@ -75,6 +75,8 @@ th {
flex-direction: column;
max-height: 20in;
padding:.02in .2in;
flex-shrink: 0;
width: 100%;
}
pre {
background-color: var(--code-bg);
@ -250,8 +252,8 @@ img {
font-weight: normal;
}
#messagecontainer {
overflow-y: auto;
.messagecontainer {
overflow-y: hidden;
display: flex;
max-width: 100%;
flex-shrink: 1;
@ -561,18 +563,18 @@ hr {
grid-column: 2;
}
.replytext pre {
padding: 0 .05in;
/* padding: 0 .05in; */
color: var(--reply-text);
overflow: hidden;
/* overflow: hidden; */
white-space: nowrap;
text-overflow: ellipsis;
max-width: fit-content;
/* display: block; */
/* flex-grow: 1; */
flex: 1 1 auto;
width: fit-content;
/* width: fit-content; */
min-width: 0;
/* display: inline-block !important; */
display: inline-block !important;
width: 25vw;
grid-column: 2;
}
@ -743,7 +745,7 @@ textarea {
}
.servernamediv {
/* width: 100%; */
width: 99%;
/* max-width: 100%; */
}
@ -1199,6 +1201,7 @@ span {
/* margin-bottom: 1in; */
/* padding-bottom: .1in; */
align-items: flex-start;
width: 100%;
}
.settingbuttons{
padding-top:.075in;
@ -1383,6 +1386,9 @@ span {
overflow: hidden;
flex-wrap: wrap;
width: 100%;
flex-direction: row;
flex-direction: column;
max-height:100in;
}
.sizeupdown{
height:4in;
}