Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git
styles/repo.css
position: absolute;
z-index: 100;
- width: 100%;
- max-width: 600px;
- margin-top: 5px;
- padding: 8px;
+ width: auto;
+ min-width: 450px;
+ margin-top: 8px;
+ padding: 10px;
background-color: #161b22;
border: 1px solid #30363d;
border-radius: 6px;
- box-shadow: 0 8px 24px rgba(0,0,0,0.5);
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.clone-checkbox:checked ~ .clone-region {
display: block;
}
.clone-input {
width: 100%;
- background: transparent;
+ padding: 8px;
+ background: #0d1117;
color: #c9d1d9;
- border: none;
+ border: 1px solid #30363d;
+ border-radius: 4px;
font-family: monospace;
font-size: 13px;
- outline: none;
+ box-sizing: border-box;
}

Adjusts clone button styling again

Author Dave Jarvis <email>
Date 2026-02-18 23:27:41 GMT-0800
Commit 8afc897a4385f01454d094716034f3ff88fb5698
Parent bd73338
Delta 10 lines added, 8 lines removed, 2-line increase