mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Minor margin changes
This commit is contained in:
@@ -1136,7 +1136,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#description_div {
|
#description_div {
|
||||||
@@ -2306,7 +2306,7 @@ h5 {
|
|||||||
|
|
||||||
#rm_group_chats_block {
|
#rm_group_chats_block {
|
||||||
display: none;
|
display: none;
|
||||||
height: 100%;
|
height: calc(100% - 45px);
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
Reference in New Issue
Block a user