Fixed random word warping in settings again.

This commit is contained in:
kyw504100 2022-02-02 20:03:14 +08:00
parent 1587b2fc26
commit e5b04a3679

View file

@ -2191,6 +2191,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
border: 1px solid rgba(100, 100, 100, 0.35); border: 1px solid rgba(100, 100, 100, 0.35);
border-top: 1px solid rgba(100, 100, 100, 0.5); border-top: 1px solid rgba(100, 100, 100, 0.5);
color: #eee; color: #eee;
white-space: nowrap;
transition: transform 0.2s var(--appleEase), box-shadow 0.2s var(--appleEase); transition: transform 0.2s var(--appleEase), box-shadow 0.2s var(--appleEase);
&.md-btn-block { &.md-btn-block {