Skip to content

minimal Pole Clock by meow-d

Screenshot of minimal Pole Clock

Details

Authormeow-d

LicenseCC Zero

Categorybrowser.horse/poleclock

Created

Updated

Size758 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pole Clock by Horse Browser, without the product hunt stuff, without the author, without them trying to sell you stuff

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           minimal Pole Clock
@namespace      github.com/openstyles/stylus
@version        1.0.0
@author         meow_d
==/UserStyle== */
@-moz-document url-prefix("https://browser.horse/poleclock") {
    .sticky.top-0.left-0.right-0.z-30.flex.flex-col.py-2.bg-pea.text-black\/80.z-50,
    .absolute.top-0.left-0.p-4.text-xs.md\:text-base.flex.flex-col.space-y-1,
    .absolute.bottom-0.right-0.p-4.text-xs.md\:text-base.flex.flex-col.space-y-1,
    .absolute.bottom-0.left-0.p-4.text-xs.md\:text-base.flex.flex-col.space-y-1 {
        display: none;
    }

    @media (min-width: 768px) {
        .md\:h-\[calc\(100vh-35px\)\] {
            height: 100vh;
        }
    }

    .h-\[calc\(100vh-60px\)\] {
        height: 100vh;
    }
}

Reviews

No reviews yet.