Add language indicator icon and local settings for status icons (#1788)

* Add language indicator

* Add local settings for status icons

* Switch to text icon for language
This commit is contained in:
Claire
2022-05-27 16:34:29 +02:00
committed by GitHub
parent 6dd7180f05
commit 53c89ee44b
6 changed files with 90 additions and 10 deletions

View File

@ -239,16 +239,21 @@
}
}
.text-icon,
.text-icon-button {
color: $lighter-text-color;
font-weight: 600;
font-size: 11px;
line-height: 27px;
cursor: default;
}
.text-icon-button {
border: 0;
border-radius: 4px;
background: transparent;
cursor: pointer;
font-weight: 600;
font-size: 11px;
padding: 0 3px;
line-height: 27px;
outline: 0;
transition: all 100ms ease-in;
transition-property: background-color, color;

View File

@ -488,7 +488,8 @@
.status__media-icon,
.status__visibility-icon,
.status__reply-icon {
.status__reply-icon,
.text-icon {
padding-left: 2px;
padding-right: 2px;
}