Skip to content

Commit

Permalink
fix: limit avatar size & disable flex-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Apr 3, 2024
1 parent ae48df5 commit 6816066
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<div class="row h-100">
<div class="col-3 h-100" id="zx-sidebar">
<div class="nav nav-pills flex-column nazx text-center" id="zx-tab" role="tablist"
aria-orientation="vertical">
aria-orientation="vertical" style="flex-wrap: nowrap;">
<div class="text-center">
<img class="rounded-circle" id="sidebar-user-avatar" style="width: 80%; aspect-ratio: 1;" role="presentation"
<img class="rounded-circle" id="sidebar-user-avatar"
style="width: 80%; aspect-ratio: 1; max-width: 8em;" role="presentation"
src="https://www.zhixue.com/container/public/module/global/images_tea_new/p1.png">
<p><span id="sidebar-name">Loading...</span></p>
<p><span id="sidebar-school">Loading...</span></p>
Expand Down

0 comments on commit 6816066

Please sign in to comment.