Stack sidebar navigation vertically
This commit is contained in:
+4
-4
@@ -150,18 +150,18 @@ WATCHLIST_HTML = r"""<!doctype html>
|
||||
max-width: 28ch;
|
||||
}
|
||||
.page-links {
|
||||
display: flex;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
padding: 6px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.page-link {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
min-height: 40px;
|
||||
border: 0;
|
||||
border-radius: 12px;
|
||||
|
||||
Reference in New Issue
Block a user