2017-04-24 16:03:53 +00:00
|
|
|
body.rtl {
|
|
|
|
direction: rtl;
|
|
|
|
|
2018-05-11 12:34:23 +00:00
|
|
|
.column-header > button {
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
2019-10-03 01:17:41 +00:00
|
|
|
.radio-button__input {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-name {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification__message {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 68px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drawer__inner__mastodon > img {
|
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification__favourite-icon-wrapper {
|
|
|
|
left: auto;
|
|
|
|
right: -26px;
|
|
|
|
}
|
|
|
|
|
2017-05-07 18:47:31 +00:00
|
|
|
.column-link__icon,
|
|
|
|
.column-header__icon {
|
2017-04-24 16:03:53 +00:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2022-11-06 12:30:37 +00:00
|
|
|
.compose-form .character-counter__wrapper {
|
2018-01-13 18:41:20 +00:00
|
|
|
margin-right: 0;
|
2017-12-26 19:49:53 +00:00
|
|
|
margin-left: 4px;
|
2017-04-24 16:03:53 +00:00
|
|
|
}
|
|
|
|
|
2019-07-17 19:28:17 +00:00
|
|
|
.boost-modal__status-time,
|
|
|
|
.favourite-modal__status-time {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-04-24 16:03:53 +00:00
|
|
|
.navigation-bar__profile {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__input {
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__icon .fa {
|
|
|
|
right: auto;
|
|
|
|
left: 10px;
|
|
|
|
}
|
|
|
|
|
2019-06-07 21:35:26 +00:00
|
|
|
.columns-area {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2017-06-09 17:46:25 +00:00
|
|
|
.column-header__buttons {
|
|
|
|
left: 0;
|
2017-04-24 16:03:53 +00:00
|
|
|
right: auto;
|
2018-09-23 18:40:37 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -15px;
|
2017-12-26 19:49:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.column-inline-form .icon-button {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-header__links .text-btn {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__avatar-wrapper {
|
|
|
|
float: right;
|
2017-04-24 16:03:53 +00:00
|
|
|
}
|
|
|
|
|
2017-08-27 11:35:18 +00:00
|
|
|
.column-header__back-button {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-06-09 17:46:25 +00:00
|
|
|
.column-header__setting-arrows {
|
|
|
|
float: left;
|
2021-09-30 22:55:51 +00:00
|
|
|
|
|
|
|
.column-header__setting-btn {
|
|
|
|
&:first-child {
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
padding-right: 7px;
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-06-09 17:46:25 +00:00
|
|
|
}
|
|
|
|
|
2018-10-22 16:38:11 +00:00
|
|
|
.setting-toggle__label {
|
2017-04-24 16:03:53 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2017-07-13 20:15:32 +00:00
|
|
|
.setting-meta__label {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-04-24 16:03:53 +00:00
|
|
|
.status__avatar {
|
2019-07-17 17:21:12 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
|
|
// Those are used for public pages
|
2017-04-24 16:03:53 +00:00
|
|
|
left: auto;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__prepend {
|
|
|
|
margin-left: 0;
|
2019-07-17 19:20:55 +00:00
|
|
|
margin-right: 58px;
|
2017-08-27 11:35:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status__prepend-icon-wrapper {
|
|
|
|
left: auto;
|
|
|
|
right: -26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
.account__avatar-overlay-overlay {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-24 16:03:53 +00:00
|
|
|
.column-back-button--slim-button {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2018-10-01 11:15:11 +00:00
|
|
|
.status__action-bar {
|
|
|
|
&__counter {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 11px;
|
|
|
|
|
|
|
|
.status__action-bar-button {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-25 12:15:12 +00:00
|
|
|
.status__action-bar-button {
|
2017-04-24 16:03:53 +00:00
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__action-bar-dropdown {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.privacy-dropdown__dropdown {
|
2017-10-01 10:20:00 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 40px;
|
2017-04-24 16:03:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.privacy-dropdown__option__icon {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 10px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2017-05-07 18:47:31 +00:00
|
|
|
.detailed-status__favorites,
|
|
|
|
.detailed-status__reblogs {
|
2017-04-24 16:03:53 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
2017-05-08 13:52:51 +00:00
|
|
|
.fa-ul {
|
|
|
|
margin-left: 2.14285714em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-li {
|
|
|
|
left: auto;
|
|
|
|
right: -2.14285714em;
|
|
|
|
}
|
|
|
|
|
2018-10-22 16:34:48 +00:00
|
|
|
.admin-wrapper {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2017-08-27 11:35:18 +00:00
|
|
|
.admin-wrapper .sidebar ul a i.fa,
|
|
|
|
a.table-action-link i.fa {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2018-10-29 23:47:43 +00:00
|
|
|
.simple_form .check_boxes .checkbox label {
|
2017-08-27 11:35:18 +00:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 25px;
|
|
|
|
}
|
|
|
|
|
2018-10-29 23:47:43 +00:00
|
|
|
.simple_form .input.with_label.boolean label.checkbox {
|
|
|
|
padding-left: 25px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-08-27 11:35:18 +00:00
|
|
|
.simple_form .check_boxes .checkbox input[type="checkbox"],
|
|
|
|
.simple_form .input.boolean input[type="checkbox"] {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-22 16:34:48 +00:00
|
|
|
.simple_form .input.radio_buttons .radio {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form .input.radio_buttons .radio > label {
|
|
|
|
padding-right: 28px;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2017-08-27 11:35:18 +00:00
|
|
|
.simple_form .input-with-append .input input {
|
2018-09-20 16:07:52 +00:00
|
|
|
padding-left: 142px;
|
2017-08-27 11:35:18 +00:00
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-22 16:34:48 +00:00
|
|
|
.simple_form .input.boolean label.checkbox {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form .input.boolean .label_input,
|
|
|
|
.simple_form .input.boolean .hint {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 28px;
|
|
|
|
}
|
|
|
|
|
2018-10-22 16:24:18 +00:00
|
|
|
.simple_form .label_input__append {
|
2017-08-27 11:35:18 +00:00
|
|
|
right: auto;
|
2018-10-22 16:37:17 +00:00
|
|
|
left: 3px;
|
2018-09-20 16:07:52 +00:00
|
|
|
|
|
|
|
&::after {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
2018-10-22 16:37:17 +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 {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2017-08-27 11:35:18 +00:00
|
|
|
.table th,
|
|
|
|
.table td {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters .filter-subset {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 45px;
|
|
|
|
}
|
|
|
|
|
2017-09-23 23:25:07 +00:00
|
|
|
@media screen and (min-width: 631px) {
|
2017-05-07 18:47:31 +00:00
|
|
|
.column,
|
|
|
|
.drawer {
|
2017-04-24 16:03:53 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2017-04-26 02:40:27 +00:00
|
|
|
|
|
|
|
.columns-area > div {
|
2017-05-07 18:47:31 +00:00
|
|
|
.column,
|
|
|
|
.drawer {
|
2017-04-26 02:40:27 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2017-04-24 16:03:53 +00:00
|
|
|
}
|
2018-10-01 11:17:07 +00:00
|
|
|
|
2019-10-03 01:17:41 +00:00
|
|
|
.columns-area--mobile .column,
|
|
|
|
.columns-area--mobile .drawer {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-22 16:39:37 +00:00
|
|
|
.card__bar .display-name {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 15px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2018-10-27 16:55:11 +00:00
|
|
|
|
|
|
|
.fa-chevron-left::before {
|
|
|
|
content: "\F054";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-chevron-right::before {
|
|
|
|
content: "\F053";
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-back-button__icon {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2018-10-29 23:49:29 +00:00
|
|
|
.simple_form .input.radio_buttons .radio > label input {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
2018-10-22 16:30:11 +00:00
|
|
|
}
|