projects tab styling adjustments (#532)

This commit is contained in:
BananaJeans
2025-09-25 03:39:25 +03:00
committed by GitHub
parent a74706a84c
commit c649dfb45f
3 changed files with 4 additions and 3 deletions

View File

@@ -616,7 +616,7 @@
font-size: 0.95rem;
display: flex;
align-items: center;
gap: 0.5rem;
justify-content: space-between;
}
.interval-custom-range input[type="date"] {
margin-left: 0.5rem;
@@ -632,6 +632,7 @@
background: #f5b041;
color: #222;
cursor: pointer;
transition: background 0.15s ease;
}
.interval-custom-range button:hover {
background: #f39c12;

View File

@@ -1,4 +1,4 @@
<h1>My Projects</h1>
<h1 class="text-3xl font-bold text-white mb-4">My Projects</h1>
<% if current_user.github_uid.blank? %>
<div class="notice">

View File

@@ -1,4 +1,4 @@
<h1>My Projects</h1>
<h1 class="text-3xl font-bold text-white mb-4">My Projects</h1>
<% if current_user.github_uid.blank? %>
<div class="notice">