You've already forked SmartisanNote.Remake
完善部分阴影系统;
把所有px单位转换为rem;
This commit is contained in:
@@ -242,7 +242,7 @@ const handleTouchEnd = () => {
|
||||
background: var(--background);
|
||||
z-index: 2;
|
||||
padding: 0.44rem 0.69rem 0.88rem 2.69rem;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
|
||||
box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.23);
|
||||
transition: transform 0.2s ease-out;
|
||||
.font_2 {
|
||||
font-size: 0.71rem;
|
||||
|
||||
Reference in New Issue
Block a user