reduce stripe width on unstable app overlay

This commit is contained in:
Johannes Zellner
2025-05-14 10:26:04 +02:00
parent b599f95564
commit e17959ed65

View File

@@ -70,7 +70,7 @@ onMounted(() => {
.unstable {
background-image: linear-gradient(45deg,rgba(128,128,128,.15) 25%,transparent 25%,transparent 50%,rgba(128,128,128,.15) 50%,rgba(128,128,128,.15) 75%,transparent 75%,transparent);
background-size: 64px 64px;
background-size: 48px 48px;
}
.unstable:hover {