commit 452d8310907a64cc34ef0d0f1258a3ddc8bb5aea from: Omar Polo date: Sun Dec 17 18:02:38 2023 UTC gotwebd: fix (again) the styling for the next/prev buttons commit - 6a1434e3aa431b60168143564fbce8330b0f79c9 commit + 452d8310907a64cc34ef0d0f1258a3ddc8bb5aea blob - 295f7f577ee4a54a06a43cad1b73e9ef6c0fdf53 blob + 4770d8445e2767df524c46300a92d897797192ea --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -106,23 +106,16 @@ hr { border-bottom: 1px dotted #444444; background-color: #f5fcfb; overflow: hidden; + display: flex; + flex-direction: row; + justify-content: space-between; } +#nav_more, #nav_prev, #nav_next { + padding: 5px 10px; +} #nav_more { - padding: 5px 0; text-align: center; -} -#nav_prev { - padding-left: 10px; - padding-top: 5px; - padding-bottom: 5px; - overflow: visible; -} -#nav_next { - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; - text-align: right; - overflow: hidden; + flex-grow: 2; } .navs_wrapper { width: 100%;