Adjust CSS for base layout

This commit is contained in:
2025-12-12 12:03:47 +01:00
parent 59c4d8cab6
commit f123aa4289
2 changed files with 1 additions and 3 deletions

View File

@@ -1118,9 +1118,7 @@ input[type=button] {
width: 100%; width: 100%;
background-color: rgb(168, 168, 168); background-color: rgb(168, 168, 168);
padding: 0px 2px; padding: 0px 2px;
z-index: 9;
display: block; display: block;
position: fixed;
} }
.tui-nav ul li { .tui-nav ul li {

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/static/css/style.css"> <link rel="stylesheet" href="/static/css/style.css">
<script src="/static/js/htmx.min.js"></script> <script src="/static/js/htmx.min.js"></script>
</head> </head>
<body class="tui-bg-cyan-black"> <body class="tui-bg-blue-black">
<!-- Navbar (Turbo Vision style) --> <!-- Navbar (Turbo Vision style) -->
<nav class="tui-nav"> <nav class="tui-nav">
<ul> <ul>