fixed the remaining issues
This commit is contained in:
parent
5ffcddd3b9
commit
9a20a90932
4 changed files with 16 additions and 15 deletions
|
@ -2,10 +2,6 @@
|
|||
.settings_tab-switcher {
|
||||
height: 100%;
|
||||
|
||||
.full-height {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.setting-item {
|
||||
border-bottom: 2px solid var(--fg, $fallback--fg);
|
||||
margin: 1em 1em 1.4em;
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
v-if="isLoggedIn"
|
||||
:label="$t('settings.mutes_and_blocks')"
|
||||
:fullHeight="true"
|
||||
class="full-height"
|
||||
icon="eye-off"
|
||||
>
|
||||
<MutesAndBlocksTab />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue