Remove "reply-mentions" styles
This commit is contained in:
parent
9cbe0cc41e
commit
3e63432284
|
@ -11,7 +11,6 @@
|
|||
@use 'components/modal';
|
||||
@use 'components/compose-form';
|
||||
@use 'components/status';
|
||||
@use 'components/reply-mentions';
|
||||
@use 'components/notification';
|
||||
@use 'components/columns';
|
||||
@use 'components/search';
|
||||
|
|
|
@ -124,14 +124,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.reply-mentions-modal__accounts {
|
||||
display: block;
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.remote-interaction-modal {
|
||||
&__content {
|
||||
display: flex;
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
.reply-mentions {
|
||||
@apply text-gray-700 dark:text-gray-600 mb-1 text-sm;
|
||||
|
||||
&__account {
|
||||
@apply text-primary-600 dark:text-accent-blue hover:text-primary-700 dark:hover:text-accent-blue no-underline hover:underline inline-block;
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
|
||||
.status--wrapper {
|
||||
.reply-mentions {
|
||||
display: block;
|
||||
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue