mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
#799 Adjust right panel layout
This commit is contained in:
parent
7c6429a577
commit
2c3cfb31f5
@ -954,10 +954,6 @@ select {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rm_ch_create_block textarea {
|
|
||||||
min-height: 190px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.margin-bot-10px,
|
.margin-bot-10px,
|
||||||
.marginBot10 {
|
.marginBot10 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@ -1724,11 +1720,10 @@ body.big-avatars .ch_description {
|
|||||||
|
|
||||||
|
|
||||||
#form_create {
|
#form_create {
|
||||||
display: grid;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
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 {
|
.avatar_div {
|
||||||
@ -1759,7 +1754,6 @@ body.big-avatars #avatar_div_div.avatar img {
|
|||||||
#avatar-and-name-block {
|
#avatar-and-name-block {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 100%;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
/* margin-bottom: 4px; */
|
/* margin-bottom: 4px; */
|
||||||
}
|
}
|
||||||
@ -5108,11 +5102,6 @@ body.waifuMode .zoomed_avatar {
|
|||||||
margin: 5px auto;
|
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 {
|
#result_info {
|
||||||
font-size: calc(var(--mainFontSize) - .1rem);
|
font-size: calc(var(--mainFontSize) - .1rem);
|
||||||
}
|
}
|
||||||
@ -5128,10 +5117,6 @@ body.waifuMode .zoomed_avatar {
|
|||||||
height: calc(100% - 40px);
|
height: calc(100% - 40px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rm_ch_create_block textarea {
|
|
||||||
max-height: 190px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drawer25pWidth {
|
.drawer25pWidth {
|
||||||
flex-basis: max(calc(100% / 4 - 10px), 190px);
|
flex-basis: max(calc(100% / 4 - 10px), 190px);
|
||||||
}
|
}
|
||||||
@ -5469,4 +5454,4 @@ body.waifuMode .zoomed_avatar {
|
|||||||
background-color: var(--SmartThemeBlurTintColor);
|
background-color: var(--SmartThemeBlurTintColor);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user