Minor fix for tasks and styling

This commit is contained in:
2025-08-01 02:18:11 +03:00
parent 3d06ec05b7
commit 3d5b24f651
4 changed files with 9 additions and 1 deletions
+5
View File
@@ -16,4 +16,9 @@ body {
site-sidebar {
--background: var(--pico-primary);
--color: white;
h1, h2, h3, h4, h5, h6, p {
color: var(--color);
}
}
+1
View File
@@ -18,6 +18,7 @@ export class SiteSidebar extends LitElement {
height: 100%;
width: min(15em, 30%);
background: var(--background);
color: var(--color);
transform: translateX(-100%);
transition: transform 0.2s ease;
+2
View File
@@ -25,6 +25,8 @@
<body>
<site-sidebar id="global_sidebar">
<h1>Subtle Storm</h1>
<%= render partial: 'projects_selector' %>
</site-sidebar>
<main class="container">
+1 -1
View File
@@ -1,5 +1,5 @@
.row
= link_to 'New', new_task_path(project: @project&.code)
= link_to 'New', new_task_path(project: current_project&.code)
- if @tasks.exists?
table