Skip to content

Owler Left Sidebar by TheAwesomeJoel

Screenshot of Owler Left Sidebar

Details

AuthorTheAwesomeJoel

LicenseNo License

Categoryowler.cloud

Created

Updated

Size408 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Put the sidebar on the left
(also i stole this idea from para because his userstyle didn't work :3)
[also some parts look weird but it's fine]

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Owler Left Sidebar
@namespace      Idk
@version        1.0.0
@description    Put the sidebar on the left
@author         TheAwesomeJoel
==/UserStyle== */

@-moz-document domain("owler.cloud") {
    #content {
        float: right;
    }
    .side {
        float: left;
    }
    #footer {
        display: flex;
        float: right;
        justify-content: center;
    }
}

Reviews

No reviews yet.