working model cat backup

This commit is contained in:
JakeBreath
2026-08-04 21:47:37 -05:00
parent 50a70bfe31
commit be8c1a9ea8
6 changed files with 156 additions and 47 deletions
+31
View File
@@ -3401,3 +3401,34 @@ a.deletelink {
.mods-badge.server { background: #e6e0ff; color: #3a2d8f; }
.mods-link { color: inherit; text-decoration: none; opacity: 0.6; }
.mods-link:hover { opacity: 1; }
/* Model category format badges */
.model-format-badge {
display: inline-block;
border-radius: 999px;
background: #eef2ff;
color: #3730a3;
padding: 0.1rem 0.5rem;
font-size: 0.7rem;
font-weight: 600;
margin-right: 0.35rem;
}
.model-tex-badge.embedded {
display: inline-block;
border-radius: 999px;
background: #d1fae5;
color: #065f46;
padding: 0.1rem 0.5rem;
font-size: 0.7rem;
font-weight: 600;
margin-right: 0.35rem;
}
.model-incompatible {
display: inline-block;
border-radius: 999px;
background: #fee2e2;
color: #991b1b;
padding: 0.15rem 0.6rem;
font-size: 0.72rem;
font-weight: 600;
}