chat: more tweaks

This commit is contained in:
Kyle Drake 2024-04-21 13:59:51 -05:00
parent 87dd81581c
commit 781ad6512f
3 changed files with 7 additions and 8 deletions

View file

@ -2420,7 +2420,7 @@ pre, code {
.resize-handle {
position: absolute;
left: -1px; /* Adjust based on handle width to center it on the border */
left: -5px; /* Adjust based on handle width to center it on the border */
top: 50%;
transform: translateY(-50%);
width: 10px; /* Handle width */