2017-04-25 02:03:53 +10:00
|
|
|
body.rtl {
|
|
|
|
direction: rtl;
|
|
|
|
|
2020-12-18 18:47:36 +11:00
|
|
|
.reactions-bar {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcements__mastodon,
|
2019-10-03 11:17:41 +10:00
|
|
|
.drawer__inner__mastodon > img {
|
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
2023-03-27 19:56:25 +11:00
|
|
|
.compose-form .autosuggest-textarea__textarea {
|
2017-04-25 02:03:53 +10:00
|
|
|
padding-right: 10px;
|
2023-03-27 19:56:25 +11:00
|
|
|
padding-left: 10px + 22px;
|
2017-04-25 02:03:53 +10:00
|
|
|
}
|
|
|
|
|
2019-06-08 07:35:26 +10:00
|
|
|
.columns-area {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2023-04-05 00:48:34 +10:00
|
|
|
.account__avatar-wrapper {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-header__setting-arrows {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2018-10-20 10:05:17 +11:00
|
|
|
.admin-wrapper {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2023-04-05 00:48:34 +10:00
|
|
|
.react-swipeable-view-container > * {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2018-10-19 06:19:31 +11:00
|
|
|
.simple_form .label_input__append {
|
2018-07-05 01:36:33 +10:00
|
|
|
&::after {
|
2023-02-13 14:57:03 +11:00
|
|
|
background-image: linear-gradient(
|
|
|
|
to left,
|
|
|
|
rgba(darken($ui-base-color, 10%), 0),
|
|
|
|
darken($ui-base-color, 10%)
|
|
|
|
);
|
2018-07-05 01:36:33 +10:00
|
|
|
}
|
2017-08-27 21:35:18 +10:00
|
|
|
}
|
|
|
|
|
2018-10-20 10:05:17 +11:00
|
|
|
.simple_form select {
|
2023-02-13 14:57:03 +11:00
|
|
|
background: darken($ui-base-color, 10%)
|
|
|
|
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='#{hex-color(lighten($ui-base-color, 12%))}'/></svg>")
|
|
|
|
no-repeat left 8px center / auto 16px;
|
2018-10-20 10:05:17 +11:00
|
|
|
}
|
|
|
|
|
2018-10-27 07:49:39 +11:00
|
|
|
.fa-chevron-left::before {
|
2023-02-13 14:57:03 +11:00
|
|
|
content: '\F054';
|
2018-10-27 07:49:39 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
.fa-chevron-right::before {
|
2023-02-13 14:57:03 +11:00
|
|
|
content: '\F053';
|
2018-10-27 07:49:39 +11:00
|
|
|
}
|
2018-10-18 23:35:49 +11:00
|
|
|
}
|