Skip to content

Commit ced91a1

Browse files
committed
ok
1 parent 7dc7c3b commit ced91a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/angular-app/src/app/app.component.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
.desktop-nav {
4949
display: flex;
5050
min-width: 80px;
51-
width: 80px;
51+
width: auto;
5252
contain: layout style paint;
5353
}
5454

5555
m3-navigation-rail {
56-
opacity: 0;
56+
opacity: 1;
5757
transition: opacity 0.15s ease-in;
5858
}
5959

60-
m3-navigation-rail:defined {
61-
opacity: 1;
60+
m3-navigation-rail:not(:defined) {
61+
opacity: 0;
6262
}
6363

6464
.desktop-components-trigger {

0 commit comments

Comments
 (0)