Skip to content

twitter.com - 2023年10月 by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categorytwitter.com

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitter.com - 2023年10月
@namespace      github.com/openstyles/stylus
@version        1.0.6
@description    A new userstyle
@author         menndouyukkuri
==/UserStyle== */

@-moz-document url("https://twitter.com/compose/tweet"), url("https://x.com/compose/tweet"), url("https://twitter.com/intent/tweet"), url("https://x.com/intent/tweet") {
    @media (max-width: 700px) {
        div[aria-label="画像や動画を追加"] {
            position: relative;
            top: -34px;
        }
        .misskey-scope-button {
            position: relative;
            top: -35.5px;
            left: 180px;
        }
        .misskey-local-only-button {
            position: relative;
            top: -70px;
            left: 216px;
        }
        .r-1dc2uwl,
        div[data-testid="addButton"] {
            position: relative;
            top: -33px;
        }
        div[data-testid="countdown-circle"] {
            position: relative;
            top: -32.5px;
        }
    }
    @media (min-width: 700px) {
        div:has(.misskey-scope-button) div[data-testid="gifSearchButton"],
        div:has(.misskey-scope-button) div[data-testid="createPollButton"],
        div:has(.misskey-scope-button) div[aria-label="絵文字を追加"],
        div:has(.misskey-scope-button) div[data-testid="scheduleOption"],
        div:has(.misskey-scope-button) div[data-testid="geoButton"] {
            position: relative;
            top: 34px;
        }
        .misskey-scope-button {
            position: relative;
            top: -1.5px;
            left: 180px;
        }
        .misskey-local-only-button {
            position: relative;
            top: -35.5px;
            left: 216px;
        }
        div[data-testid="countdown-circle"] {
            position: relative;
            top: .5px;
        }
    }
    div[data-testid="tweetTextarea_0RichTextInputContainer"] {
        overflow: hidden !important;
    }
}

@-moz-document url("https://twitter.com/home"), url("https://x.com/home") {
    div[data-testid="ScrollSnap-List"] div:first-child {
        min-width: 33px;
    }
    div[data-testid="gifSearchButton"],
    div[data-testid="createPollButton"],
    div[aria-label="絵文字を追加"],
    div[data-testid="scheduleOption"],
    div[data-testid="geoButton"] {
        position: relative;
        top: 34px;
    }
    .misskey-scope-button {
        position: relative;
        top: 33.5px;
        left: -34px;
    }
    div[data-testid="countdown-circle"] {
        position: relative;
        top: .5px;
    }
}

Reviews

No reviews yet.