Skip to content

Commit

Permalink
overhaul downloads page to be cleaner
Browse files Browse the repository at this point in the history
our css really is in a state
  • Loading branch information
3vorp committed Nov 3, 2024
1 parent 3d9115d commit 4640a0e
Show file tree
Hide file tree
Showing 7 changed files with 360 additions and 655 deletions.
40 changes: 33 additions & 7 deletions css/download.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ h2 {
margin-bottom: 2rem;
}

th > p {
padding: .2rem;
}

th > p, td > p {
color: #ccc;
padding: .2rem;
margin-bottom: 0;
vertical-align: middle;
}
Expand Down Expand Up @@ -122,12 +125,12 @@ main span {
}

.latest {
background-color: rgb(255, 255, 255);
background-color: #fff;
color: #111;
}

.blue {
background-color: rgb(60, 111, 221);
.version {
background-color: #3b4249;
color: #fff;
}

Expand All @@ -146,8 +149,8 @@ main span {
color: #fff;
}

.version {
background-color: rgb(192, 37, 68);
.red {
background-color: rgb(223, 28, 67);
color: #fff;
}

Expand All @@ -157,6 +160,14 @@ main span {
padding: 0;
}

.force-row {
padding-left: 0px !important;
display: flex !important;
span {
margin-right: 0.3rem;
}
}

br + br {
display: none;
}
Expand Down Expand Up @@ -270,5 +281,20 @@ main span {
}

.download-badges > * {
margin-right: 0.25rem;
margin-right: 0.3rem;
}

.dot {
aspect-ratio: 1 !important;
border-radius: 50%;
}

.force-row {
display: inline-flex;
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-left: 0.5rem;
margin: 0px;
/* fix for dots not respecting aspect ratio */
align-items: center;
}
Loading

0 comments on commit 4640a0e

Please sign in to comment.