Violets-Purgatory/static/noScript.css
2024-07-09 18:16:34 -05:00

21 lines
303 B
CSS

.pfp:active {
rotate: 7200deg;
transform: scale(1.15);
transition: all 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}
.noscript {
display: initial;
}
.scriptEnabled {
display: none;
}
.lengthBar {
width: calc(100% - 65px);
}
.durationBarFormatter {
width: 55px;
}