Allow detaching from autoscroll

This commit is contained in:
momo5502
2025-09-07 09:49:58 +02:00
parent f621fef81e
commit 3c2672b109
4 changed files with 73 additions and 22 deletions

View File

@@ -136,3 +136,9 @@ button.fancy.bg-secondary:hover {
.terminal-dark-gray {
color: rgb(81, 81, 81);
}
.terminal-glass {
box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.04);
backdrop-filter: blur(6px) brightness(0.8) saturate(1.3);
background: transparent;
}