Skip to content

Realt1me by ame-evo

Details

Authorame-evo

LicenseNo License

Categorywebapp.ame.nu

Created

Updated

Size801 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cleaner, more efficient layout of Realt1me Webapp

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Realt1me
@version      20240221.13.20
@namespace    https://userstyles.world/user/ame-evo
@description  Cleaner, more efficient layout of Realt1me Webapp
@author       ame-evo
@license      No License
==/UserStyle== */

@-moz-document domain("webapp.ame.nu") {
.container {
    max-width: 100%;
}
.container > .row > .col {
    display: none;
}
.col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-8 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-12 {
    display: none;
}
.py-5 {
    padding-top: 0 !important;
}
.wbso_slider_wrapper {
    display: none;
}
.slider .btn {
    display: none;
}
.slider {
    margin-bottom: 10px !important;
    display: inline-block;
    max-width: 25%;
    min-width: 25%;
}
.action_wrapper {
    padding: 0 !important;
}

}

Reviews

No reviews yet.