padding improvements

This commit is contained in:
dgtlmoon
2026-06-01 17:28:31 +02:00
parent 3106067e66
commit e5151f2777
2 changed files with 2 additions and 8 deletions
@@ -66,7 +66,7 @@ body.has-queue {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto auto;
align-items: center;
gap: 6px;
gap: 0.8rem;
> .favicon { grid-column: 1; }
> .watch-text-info { grid-column: 2; }
@@ -245,11 +245,6 @@ body.has-queue {
}
}
.title-col {
/* Optional, for spacing */
padding: 10px;
}
.title-wrapper {
display: flex;
align-items: center; /* Vertical centering */
@@ -268,7 +263,6 @@ body.has-queue {
max-width: 36px;
max-height: 36px;
height: 36px;
padding-right: 4px;
}
// Reserved for future use
File diff suppressed because one or more lines are too long