Skip to content

Commit 60a8aa5

Browse files
committed
Update full.css
1 parent bfaed4e commit 60a8aa5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

full.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,11 @@ body.mobile .sidebar .button {
16651665
transition-property: transform, padding, opacity;
16661666
}
16671667

1668+
body.mobile .menu {
1669+
padding: 0;
1670+
min-width: 150px;
1671+
}
1672+
16681673
body:not(.mobile) .menu::-webkit-scrollbar {
16691674
width: 10px;
16701675
}
@@ -1697,6 +1702,12 @@ body:not(.mobile) .menu::-webkit-scrollbar-thumb:not(:active):hover {
16971702
grid-gap: 8.75px;
16981703
}
16991704

1705+
body.mobile .menu .icon {
1706+
position: relative;
1707+
padding: 10px 21px;
1708+
border-radius: 0;
1709+
}
1710+
17001711
.menu .icon.selected {
17011712
color: hsl(164deg 91% 33%);
17021713
font-weight: 500;
@@ -1710,6 +1721,29 @@ body:not(.mobile) .menu .icon:not(:active):hover {
17101721
background: rgba(255,255,255,0.1);
17111722
}
17121723

1724+
body.mobile .menu:not(.visible) .icon {
1725+
padding: 10px 16px;
1726+
}
1727+
1728+
body.mobile .menu:not(.visible) .icon:first-of-type {
1729+
padding-top: 5px;
1730+
}
1731+
1732+
body.mobile .menu:not(.visible) .icon:last-of-type {
1733+
padding-bottom: 5px;
1734+
}
1735+
1736+
.menu .icon:not(:last-of-type)::after {
1737+
content: '';
1738+
position: absolute;
1739+
left: 0;
1740+
right: 0;
1741+
bottom: -0.5px;
1742+
height: 1px;
1743+
background: rgb(32 34 37 / 60%);
1744+
pointer-events: none;
1745+
}
1746+
17131747
.menu .icon a {
17141748
overflow: hidden;
17151749
white-space: nowrap;

0 commit comments

Comments
 (0)