Skip to content

minimal Pole Clock by meow-d

Screenshot of minimal Pole Clock

Details

Authormeow-d

LicenseCC Zero

Categorybrowser.horse/poleclock

Created

Updated

Code size917 B

Code checksum517fbe57

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pole Clock by Horse Browser, without them trying to sell you their Totally Not Yet Another Reskinned Browser

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           minimal Pole Clock
@namespace      github.com/openstyles/stylus
@version        1.0.1
@author         meow_d
==/UserStyle== */
@-moz-document url-prefix("https://browser.horse/poleclock"), url-prefix("https://gethorse.com/tools/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,
    .sticky.top-0.left-0.right-0.z-30.flex.flex-col.py-2.bg-black.text-white.z-50 {
        display: none;
    }

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

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

Reviews

No reviews yet.