Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a91cc3d

Browse files
style: display title on editor
1 parent c73d04c commit a91cc3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

studio/src/app/components/core/app-navigation/app-navigation.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ app-navigation {
4242
opacity: 1;
4343
}
4444

45+
ion-router-link.nav:first-of-type {
46+
margin-right: 0;
47+
}
48+
49+
ion-router-link.nav:not(:first-of-type) {
50+
display: none;
51+
}
52+
4553
ion-router-link.nav ion-label {
4654
display: none;
4755
}

0 commit comments

Comments
 (0)