fixup: #1762 optimize style on mobile screen

This commit is contained in:
Yidadaa
2023-06-13 03:04:09 +08:00
parent 88df4a2223
commit a7e9356c16
2 changed files with 21 additions and 13 deletions

View File

@@ -18,6 +18,7 @@
margin-bottom: 10px;
align-items: center;
height: 16px;
width: var(--icon-width);
&:not(:last-child) {
margin-right: 5px;
@@ -34,6 +35,8 @@
}
&:hover {
width: var(--full-width);
.text {
opacity: 1;
transform: translate(0);