2017-04-24 09:03:53 -07:00
|
|
|
body.rtl {
|
|
|
|
direction: rtl;
|
|
|
|
|
2023-04-16 08:45:18 -07:00
|
|
|
.reactions-bar {
|
|
|
|
direction: rtl;
|
2019-10-02 18:17:41 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.drawer__inner__mastodon > img {
|
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
2022-11-07 01:34:18 -08:00
|
|
|
.boost-modal__status-time {
|
2019-07-17 12:28:17 -07:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2023-04-16 08:45:18 -07:00
|
|
|
.compose-form .autosuggest-textarea__textarea {
|
2017-04-24 09:03:53 -07:00
|
|
|
padding-right: 10px;
|
2023-04-16 08:45:18 -07:00
|
|
|
padding-left: 10px + 22px;
|
2017-04-24 09:03:53 -07:00
|
|
|
}
|
|
|
|
|
2019-06-07 14:35:26 -07:00
|
|
|
.columns-area {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2023-04-16 08:45:18 -07:00
|
|
|
.react-swipeable-view-container > * {
|
|
|
|
direction: rtl;
|
2017-12-26 11:49:53 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.account__avatar-wrapper {
|
|
|
|
float: right;
|
2017-04-24 09:03:53 -07:00
|
|
|
}
|
|
|
|
|
2017-06-09 10:46:25 -07:00
|
|
|
.column-header__setting-arrows {
|
|
|
|
float: left;
|
2017-04-24 09:03:53 -07:00
|
|
|
}
|
|
|
|
|
2017-07-13 13:15:32 -07:00
|
|
|
.setting-meta__label {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-08-27 04:35:18 -07:00
|
|
|
.activity-stream .status.light {
|
2017-04-24 09:03:53 -07:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 68px;
|
|
|
|
}
|
|
|
|
|
2017-08-27 04:35:18 -07:00
|
|
|
.status__info .status__display-name,
|
|
|
|
.activity-stream .status.light .status__display-name {
|
2017-04-24 09:03:53 -07:00
|
|
|
padding-left: 25px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-08-27 04:35:18 -07:00
|
|
|
.activity-stream .pre-header {
|
|
|
|
padding-right: 68px;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-stream .pre-header .pre-header__icon {
|
|
|
|
left: auto;
|
|
|
|
right: 42px;
|
|
|
|
}
|
|
|
|
|
2020-12-26 14:50:34 -08:00
|
|
|
.account__header__tabs__buttons > .icon-button {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2017-08-27 04:35:18 -07:00
|
|
|
.status__relative-time,
|
|
|
|
.activity-stream .status.light .status__header .status__meta {
|
2017-04-24 09:03:53 -07:00
|
|
|
float: left;
|
2019-07-17 08:55:09 -07:00
|
|
|
text-align: left;
|
2017-04-24 09:03:53 -07:00
|
|
|
}
|
|
|
|
|
2017-05-25 05:15:12 -07:00
|
|
|
.status__action-bar-button {
|
2017-04-24 09:03:53 -07:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__action-bar-dropdown {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2018-10-24 09:18:08 -07:00
|
|
|
.detailed-status__display-name .display-name {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-04-24 09:03:53 -07:00
|
|
|
.detailed-status__display-avatar {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2018-10-22 09:34:48 -07:00
|
|
|
.admin-wrapper {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2018-10-22 09:24:18 -07:00
|
|
|
.simple_form .label_input__append {
|
2018-09-20 09:07:52 -07:00
|
|
|
&::after {
|
2023-02-12 19:57:03 -08:00
|
|
|
background-image: linear-gradient(
|
|
|
|
to left,
|
|
|
|
rgba(darken($ui-base-color, 10%), 0),
|
|
|
|
darken($ui-base-color, 10%)
|
|
|
|
);
|
2018-09-20 09:07:52 -07:00
|
|
|
}
|
2017-08-27 04:35:18 -07:00
|
|
|
}
|
|
|
|
|
2018-10-22 09:34:48 -07:00
|
|
|
.simple_form select {
|
2023-02-12 19:57:03 -08: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-22 09:34:48 -07:00
|
|
|
}
|
|
|
|
|
2018-10-27 09:55:11 -07:00
|
|
|
.fa-chevron-left::before {
|
2023-02-12 19:57:03 -08:00
|
|
|
content: '\F054';
|
2018-10-27 09:55:11 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.fa-chevron-right::before {
|
2023-02-12 19:57:03 -08:00
|
|
|
content: '\F053';
|
2018-10-27 09:55:11 -07:00
|
|
|
}
|
2018-10-22 09:30:11 -07:00
|
|
|
}
|