mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-08-26 08:06:39 +00:00
padding improvements
This commit is contained in:
@@ -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
Reference in New Issue
Block a user