feat: make calc enter key label vertical
This commit is contained in:
@@ -357,6 +357,9 @@ button:active {
|
||||
.key-enter {
|
||||
background: linear-gradient(180deg, var(--key-enter-top), var(--key-enter-bottom));
|
||||
grid-row: span 2;
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: upright;
|
||||
letter-spacing: 0.08em;
|
||||
}
|
||||
|
||||
.error {
|
||||
|
||||
Reference in New Issue
Block a user