Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profiles/templates/include/nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary my-1">

<div class="container">
<a class="navbar-brand d-inline-flex align-items-center" href="/">
Expand Down
2 changes: 1 addition & 1 deletion profiles/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="profile-container" class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="card card-custom-wide mb-3 shadow-sm">
<div class="card card-custom-wide mb-3 shadow-sm overflow-hidden">
<div class="card-custom-wide-img">
<div class="card-custom-avatar">
{% if member_info.uid == info["uid"] %}
Expand Down
Loading