Skip to content

Commit

Permalink
fix(blazorui): resolve style issues in advanced sample on BitNavBar d…
Browse files Browse the repository at this point in the history
…emo page #9456 (#9457)
  • Loading branch information
Cyrus-Sushiant authored Dec 12, 2024
1 parent 14b9354 commit a46a81b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
background-color: var(--bit-clr-fg-sec);
}

.mobile-frame:before {
.mobile-frame::after {
top: 10px;
left: 50%;
content: '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public class MenuItem
overflow: hidden;
}
.mobile-frame:before {
.mobile-frame::after {
content: '';
display: block;
width: 60px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public partial class _BitNavBarItemDemo
overflow: hidden;
}
.mobile-frame:before {
.mobile-frame::after {
content: '';
display: block;
width: 60px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public partial class _BitNavBarOptionDemo
overflow: hidden;
}
.mobile-frame:before {
.mobile-frame::after {
content: '';
display: block;
width: 60px;
Expand Down

0 comments on commit a46a81b

Please sign in to comment.