#799 Adjust right panel layout
This commit is contained in:
parent
7c6429a577
commit
2c3cfb31f5
|
@ -954,10 +954,6 @@ select {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#rm_ch_create_block textarea {
|
||||
min-height: 190px;
|
||||
}
|
||||
|
||||
.margin-bot-10px,
|
||||
.marginBot10 {
|
||||
margin-bottom: 10px;
|
||||
|
@ -1724,11 +1720,10 @@ body.big-avatars .ch_description {
|
|||
|
||||
|
||||
#form_create {
|
||||
display: grid;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
grid-template-rows:
|
||||
[avatar] min-content [hr] min-content [descriptionHeader] min-content [description] auto [firstmessageHeader] min-content [firstMessage] auto [hidden] min-content;
|
||||
}
|
||||
|
||||
.avatar_div {
|
||||
|
@ -1759,7 +1754,6 @@ body.big-avatars #avatar_div_div.avatar img {
|
|||
#avatar-and-name-block {
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
flex: 0 0 100%;
|
||||
flex-wrap: wrap;
|
||||
/* margin-bottom: 4px; */
|
||||
}
|
||||
|
@ -5108,11 +5102,6 @@ body.waifuMode .zoomed_avatar {
|
|||
margin: 5px auto;
|
||||
}
|
||||
|
||||
#form_create {
|
||||
grid-template-rows:
|
||||
[avatar] min-content [hr] min-content [descriptionHeader] min-content [description] auto [firstmessageHeader] min-content [firstMessage] auto;
|
||||
}
|
||||
|
||||
#result_info {
|
||||
font-size: calc(var(--mainFontSize) - .1rem);
|
||||
}
|
||||
|
@ -5128,10 +5117,6 @@ body.waifuMode .zoomed_avatar {
|
|||
height: calc(100% - 40px);
|
||||
}
|
||||
|
||||
#rm_ch_create_block textarea {
|
||||
max-height: 190px;
|
||||
}
|
||||
|
||||
.drawer25pWidth {
|
||||
flex-basis: max(calc(100% / 4 - 10px), 190px);
|
||||
}
|
||||
|
@ -5469,4 +5454,4 @@ body.waifuMode .zoomed_avatar {
|
|||
background-color: var(--SmartThemeBlurTintColor);
|
||||
text-align: center;
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue