From d8ed3dba4a89c2cfcf27e30ea480287e52840eeb Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 29 Nov 2021 12:51:09 -0400 Subject: [PATCH] widen mod/creat headers --- navigator/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/navigator/style.css b/navigator/style.css index 5e0be1e..c0dec3f 100644 --- a/navigator/style.css +++ b/navigator/style.css @@ -396,6 +396,11 @@ input[type="text"] { flex-grow: 2; } +.contents-view-list > .nav-item > #sort-modified-btn, #sort-created-btn { + flex-basis: 0; + flex-grow: 2; +} + .nav-info-column { background-color: var(--container); flex-basis: 0; @@ -692,4 +697,4 @@ input:checked + .slider:before { .no-border { border: none; -} \ No newline at end of file +}