Skip to content

Commit

Permalink
Merge pull request #444 from wangyang0210/fix/menu_bubble_style
Browse files Browse the repository at this point in the history
fix(style): menu_bubble style
  • Loading branch information
wangyang0210 authored Dec 9, 2024
2 parents 31d26ca + 7788e20 commit 5547e39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
20 changes: 15 additions & 5 deletions src/style/menu_bubble.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html,
.container,
html,
.container,
.content-wrap {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -386,14 +386,24 @@ body{
vertical-align: middle;
border-style: none;
}

.container .menu-wrap .sidebar-userinfo {
font-size: 12px;
display: flex;
font-size: 12px;
flex-wrap: wrap;
height: 75px;
flex-direction: column;
justify-content: center;
position: relative;
}


.container .menu-wrap .sidebar-userinfo img.sidebar-vip-logo {
margin-left: 5px;
width: 11px;
height: 11px;
position: relative;
top: 3px;
}

.container .menu-wrap .sidebar-userinfo #p_b_follow {
position: absolute;
right: 0;
Expand Down
9 changes: 0 additions & 9 deletions src/style/simpleMemory.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,15 +567,6 @@ p.article-info-text > .postMeta br {
text-decoration: underline;
}

img.sidebar-vip-logo {
height: 11px;
vertical-align: middle;
width: 11px;
position: absolute;
left: 76px;
top: 9px;
}

/*.div_my_zzk {*/
/* width: 175px;*/
/* position: relative;*/
Expand Down

0 comments on commit 5547e39

Please sign in to comment.