Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Eliminates overlay for clone button

Author Dave Jarvis <email>
Date 2026-02-18 23:39:37 GMT-0800
Commit 31fd02eb93c35d1a7d30ffd450b9d0716e466dc6
Parent d0a7199
styles/repo.css
.clone-region {
display: none;
- position: absolute;
- z-index: 100;
- margin-top: 8px;
+ margin-top: 10px;
padding: 10px;
background-color: #161b22;
border: 1px solid #30363d;
border-radius: 6px;
- box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
- max-width: calc(100vw - 40px);
}
Delta 1 line added, 5 lines removed, 4-line decrease