More fixes

This commit is contained in:
Jordan Holt 2024-05-03 18:44:38 +01:00
parent ceda742c9a
commit b231ea1616
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -188,7 +188,7 @@ a.muted.text:hover,
padding-top: 4px;
}
.repo-topics {
#repo-topics {
margin-bottom: 10px;
}
@ -345,8 +345,6 @@ a.ui.label:hover {
color: var(--color-blue) !important;
}
.ui.container .ui.container {
margin: 0 !important;
width: 100% !important;
max-width: unset !important;
padding: 0 4px !important;
}
@ -1047,7 +1045,7 @@ background: var(--color-hover);
}
@media (max-width:438px) {
.commit-list .sha {
display: none;
.commit-list .ui.sha.label {
display: none !important;
}
}