Remove "aliases.scss" and style of "empty-column-indicator" from "aliases/index.tsx"
This commit is contained in:
parent
f8a8b580ad
commit
7dba54bafa
|
@ -62,10 +62,7 @@ const Aliases = () => {
|
|||
{
|
||||
loaded && searchAccountIds.size === 0 ? (
|
||||
<div
|
||||
className='flex min-h-[160px] flex-1 items-center justify-center rounded-lg bg-primary-50 p-10 text-center text-gray-900 dark:bg-gray-700 dark:text-gray-300' style={{
|
||||
minHeight: 'unset',
|
||||
overflowY: 'unset',
|
||||
}}
|
||||
className='flex min-h-[160px] flex-1 items-center justify-center rounded-lg bg-primary-50 p-10 text-center text-gray-900 dark:bg-gray-700 dark:text-gray-300'
|
||||
>
|
||||
<FormattedMessage id='empty_column.aliases.suggestions' defaultMessage='There are no account suggestions available for the provided term.' />
|
||||
</div>
|
||||
|
|
|
@ -9,5 +9,4 @@
|
|||
@use 'components/compose-form';
|
||||
@use 'components/status';
|
||||
@use 'components/search';
|
||||
@use 'components/aliases';
|
||||
@use 'components/icon';
|
|
@ -1,14 +0,0 @@
|
|||
.aliases {
|
||||
&__accounts {
|
||||
overflow-y: auto;
|
||||
|
||||
&.empty-column-indicator {
|
||||
min-height: unset;
|
||||
overflow-y: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.aliases-settings-panel {
|
||||
flex: 1;
|
||||
}
|
Loading…
Reference in New Issue