Skip to content

Commit

Permalink
merge results
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 12, 2024
2 parents bd92c4b + a46a81b commit 9f50e95
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 9f50e95

Please sign in to comment.