mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
removed padding
This commit is contained in:
parent
11226ff7d6
commit
d8d5118283
@ -7763,12 +7763,11 @@ $(document).ready(function () {
|
||||
|
||||
divchat.style.borderRadius = "";
|
||||
divchat.style.backgroundColor = "";
|
||||
divchat.style.padding = "";
|
||||
|
||||
} else {
|
||||
|
||||
divchat.style.borderRadius = "10px"; // Adjust the value to control the roundness of the corners
|
||||
divchat.style.backgroundColor = "#f0f0f0"; // Set the background color to your preference
|
||||
divchat.style.padding = "10px"; // Add some padding to give it some space inside
|
||||
|
||||
topBar.style.display = "none";
|
||||
topSettingsHolder.style.display = "none";
|
||||
|
Loading…
x
Reference in New Issue
Block a user