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