Skip to content

Commit

Permalink
fix mobile menu style too
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 17, 2023
1 parent 2da8564 commit 42f6eab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion layouts/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,8 @@ video::-internal-media-controls-overlay-cast-button {
vertical-align: sub;
margin-right: 7px;
font-size: 20px;

display: inline-block;
min-width: 21px;
}
#navbar-user-menu-settings:before {
content: "\f059";
Expand All @@ -3105,6 +3106,9 @@ video::-internal-media-controls-overlay-cast-button {
#navbar-user-menu-accounts:before {
content: "\f178";
}
.body-old-ui #navbar-user-menu-accounts:before {
content: "\f056";
}
#navbar-user-menu-links{
display:flex;
flex-direction:column;
Expand Down

0 comments on commit 42f6eab

Please sign in to comment.