style: file pills

This commit is contained in:
SethBurkart123
2025-08-15 17:13:43 +10:00
parent a42d781955
commit b866dde6e2
+36 -3
View File
@@ -1997,9 +1997,42 @@ div.liveEntry {
margin-top: 4px !important; margin-top: 4px !important;
} }
.uiFile { a.uiFile {
border-radius: 8px !important; display: flex !important;
transition: all 0.2s ease-in-out; height: auto !important;
width: 200px !important;
border-radius: 80px !important;
place-items: center !important;
padding: 0px 9px !important;
gap: 6px;
transition: opacity 0.2s;
box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.2) !important;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
svg {
color: white;
position: unset !important;
width: auto !important;
height: 42px !important;
z-index: 1 !important;
flex: 0.199;
}
.name {
position: unset !important;
background: transparent !important;
font-size: 12px !important;
flex: 1;
}
} }
.dark .title a.uiFile { .dark .title a.uiFile {