Skip to content

Commit

Permalink
WIP(profile): remove shadowban tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Sep 5, 2023
1 parent d1177c3 commit 7b1de37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions website/client/src/components/userMenu/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
</div>
</div>
<!-- STATE CHANGES -->
<!-- PAGE STATE CHANGES -->
<div class="row state-pages">
<div class="text-center nav">
<div
Expand Down Expand Up @@ -111,7 +111,7 @@
</button>
</router-link>

<!-- Kebab menu dropdown -->
<!-- KEBAB MENU DROPDOWN -->
<b-dropdown
right="right"
toggle-class="with-icon"
Expand Down Expand Up @@ -186,7 +186,7 @@
>
<!-- Admin Tools header -->
<b-dropdown-item
class="selectListItem admin-tools"
class="admin-tools"
>
<span v-once>
<strong>{{ $t('adminTools') }}</strong>
Expand Down Expand Up @@ -238,7 +238,6 @@
></span>
<span
v-once
v-b-tooltip.hover.bottom="'Turn on Shadow Muting'"
class="admin-action"
>
{{ $t('shadowMute') }}
Expand Down Expand Up @@ -810,7 +809,6 @@
background-color: $gray-700;
}
.info {
margin-top: 16px;
line-height: 1.71;
Expand Down

0 comments on commit 7b1de37

Please sign in to comment.