scss-fixes
This commit is contained in:
parent
74725df0ff
commit
35cae9415d
|
@ -8,7 +8,7 @@ import { translit } from '~/intl/translit'
|
|||
import { capitalize } from '~/utils/capitalize'
|
||||
import { Userpic } from '../Userpic'
|
||||
|
||||
import styles from './AhtorLink.module.scss'
|
||||
import styles from './AuthorLink.module.scss'
|
||||
|
||||
type Props = {
|
||||
author: Author
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
&.topicDescriptionShort {
|
||||
display: block;
|
||||
-webkit-line-clamp: 3;
|
||||
line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -158,4 +158,4 @@
|
|||
|
||||
.cardMode {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
.InlineLoader {
|
||||
@include font-size(1.4rem);
|
||||
@include font-size(1.4rem);
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
opacity: 0.5;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
opacity: 0.5;
|
||||
|
||||
.icon {
|
||||
position: relative;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.icon {
|
||||
position: relative;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user