Refine page navigation buttons
This commit is contained in:
parent
db3f096794
commit
e526df14dd
2 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ button { color: inherit; }
|
|||
.content th, .content td { padding: 10px 13px; border: 1px solid var(--border); text-align: left; }
|
||||
.content th { background: var(--control); }
|
||||
.page-navigation { display: flex; width: min(1120px, calc(100% - 72px)); gap: 10px; margin: 0 auto; padding: 0 0 42px; }
|
||||
.nav-card { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 7px 16px; border: 0; border-radius: 26px; color: var(--text); background: var(--control); cursor: pointer; }
|
||||
.nav-card { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 7px 20px; border: 0; border-radius: 30px; color: var(--text); background: var(--control); cursor: pointer; }
|
||||
.nav-card:hover:not(:disabled) { background: var(--active); }
|
||||
.nav-card:disabled { display: none; }
|
||||
.nav-card small { color: inherit; font-size: 1.3rem; }
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ def test_all_endpoints_and_self_contained_build(tmp_path):
|
|||
assert "background: transparent; font-size: 2.3rem" in html
|
||||
assert ".mobile-page-tree .tree-link { min-height: 46px; padding: 9px 14px; border-radius: 24px" in html
|
||||
assert ".mobile-menu-button { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 50%; color: var(--text); background: var(--control); font-size: 1.6rem; }" in html
|
||||
assert ".nav-card { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 7px 20px; border: 0; border-radius: 30px" in html
|
||||
assert "<script src=" not in html
|
||||
assert "<link rel=" not in html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue