Skip to content

Commit

Permalink
Fix double border and adjust width for user profile page (#24870)
Browse files Browse the repository at this point in the history
Close #24848
  • Loading branch information
HesterG authored May 23, 2023
1 parent 8080ace commit 0e84bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/user/profile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div role="main" aria-label="{{.Title}}" class="page-content user profile">
<div class="ui container">
<div class="ui stackable grid">
<div class="ui five wide column">
<div class="ui four wide column">
<div class="ui card">
<div id="profile-avatar" class="content gt-df">
{{if eq .SignedUserID .ContextUser.ID}}
Expand Down Expand Up @@ -120,8 +120,8 @@
</div>
</div>
</div>
<div class="ui eleven wide column">
<div class="ui secondary stackable pointing tight menu">
<div class="ui twelve wide column">
<div class="gt-mb-4 gt-df">
{{template "user/overview/header" .}}
</div>

Expand Down

0 comments on commit 0e84bd2

Please sign in to comment.