2017-04-25 01:03:53 +09:00
|
|
|
body.rtl {
|
|
|
|
direction: rtl;
|
|
|
|
|
2020-12-18 16:47:36 +09:00
|
|
|
.reactions-bar {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcements__mastodon,
|
2019-10-03 10:17:41 +09:00
|
|
|
.drawer__inner__mastodon > img {
|
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
2023-03-27 17:56:25 +09:00
|
|
|
.compose-form .autosuggest-textarea__textarea {
|
2017-04-25 01:03:53 +09:00
|
|
|
padding-right: 10px;
|
2023-03-27 17:56:25 +09:00
|
|
|
padding-left: 10px + 22px;
|
2017-04-25 01:03:53 +09:00
|
|
|
}
|
|
|
|
|
2019-06-08 06:35:26 +09:00
|
|
|
.columns-area {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2023-04-04 23:48:34 +09:00
|
|
|
.account__avatar-wrapper {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-header__setting-arrows {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2018-10-20 08:05:17 +09:00
|
|
|
.admin-wrapper {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2023-04-04 23:48:34 +09:00
|
|
|
.react-swipeable-view-container > * {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:19:31 +09:00
|
|
|
.simple_form .label_input__append {
|
2018-07-05 00:36:33 +09:00
|
|
|
&::after {
|
2023-02-13 12:57:03 +09:00
|
|
|
background-image: linear-gradient(
|
|
|
|
to left,
|
|
|
|
rgba(darken($ui-base-color, 10%), 0),
|
|
|
|
darken($ui-base-color, 10%)
|
|
|
|
);
|
2018-07-05 00:36:33 +09:00
|
|
|
}
|
2017-08-27 20:35:18 +09:00
|
|
|
}
|
|
|
|
|
2018-10-20 08:05:17 +09:00
|
|
|
.simple_form select {
|
2023-02-13 12:57:03 +09: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 08:05:17 +09:00
|
|
|
}
|
|
|
|
|
2018-10-27 05:49:39 +09:00
|
|
|
.fa-chevron-left::before {
|
2023-02-13 12:57:03 +09:00
|
|
|
content: '\F054';
|
2018-10-27 05:49:39 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.fa-chevron-right::before {
|
2023-02-13 12:57:03 +09:00
|
|
|
content: '\F053';
|
2018-10-27 05:49:39 +09:00
|
|
|
}
|
2023-09-16 02:53:28 +09:00
|
|
|
|
|
|
|
.dismissable-banner,
|
|
|
|
.warning-banner {
|
|
|
|
&__action {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
2018-10-18 21:35:49 +09:00
|
|
|
}
|