Tweak css
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sidebar-add-feed {
|
||||
.add-feed-button {
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--text-muted);
|
||||
@@ -26,7 +26,7 @@
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.sidebar-add-feed:hover {
|
||||
.add-feed-button:hover {
|
||||
color: var(--primary-red);
|
||||
}
|
||||
|
||||
@@ -112,4 +112,4 @@
|
||||
margin-left: 8px;
|
||||
min-width: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
background-color: var(--topbar-bg);
|
||||
color: white;
|
||||
padding: 0.5rem 1rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user