mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Improve design
Highlight that there are build details available with a `[details]` link which wasn't obvious before.
This commit is contained in:
parent
5b62eaff57
commit
e523607cbc
3 changed files with 23 additions and 21 deletions
|
|
@ -18,7 +18,7 @@ table {
|
|||
|
||||
th,
|
||||
td {
|
||||
padding: 2px 5px;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
|
||||
tr:not(:last-child) {
|
||||
|
|
@ -40,32 +40,28 @@ tr:not(:last-child) {
|
|||
background-color: light-dark(lightgray, rgb(85, 85, 85));
|
||||
}
|
||||
|
||||
.target-header {
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
.build-indicator-big {
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.build-cell {
|
||||
.build-details-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.build-details-emoji {
|
||||
padding: 5px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.build-info-a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
.build-details-text {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue