mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add more padding in left panel scrollable
This commit is contained in:
@@ -4287,7 +4287,6 @@ input.extension_missing[type="checkbox"] {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
padding: 5px;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -4299,6 +4298,10 @@ input.extension_missing[type="checkbox"] {
|
|||||||
height: calc(100% - 30px);
|
height: calc(100% - 30px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fillLeft .scrollableInner {
|
||||||
|
padding: 0.5em 1em 0.5em 0.5em
|
||||||
|
}
|
||||||
|
|
||||||
.width100p {
|
.width100p {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user