Skip to content

HR Avatar & Dropdown Fix by lilahshadowclaw

Details

Authorlilahshadowclaw

LicenseNo License

CategoryHorse Reality

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

No border box around avatar and fixed v2 dropdown.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           HR Avatar & Dropdown Fix
@namespace      hravatar&dropdownfix.com
@version        1.0.0
@description    No border box on avatar and fixed v2 dropdown
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.nl"),
url-prefix("https://v2.horsereality.com") {

.show-profile .navbar-avatar .navbar-avatar-container {
    position: absolute;
    z-index: 1;
    top: 165px;
    left: 25px;
    width: 150px;
    height: 150px;
    border: 0px solid #183448;
    background-size: cover;
	
	}
.header-menu .user-nav.dropdown-active, .header-menu .user-nav:hover {
    background-color: #0000;
	
	}

.header-menu .user-nav #user-nav-dropdown {
    color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    padding: 1em 1.5em 1.5em;
    background-color: #081b28;
    grid-template-areas:
        "image level"
        "menu menu";
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    gap: 1.5em;
    min-width: 15em;
    text-align: left;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
}

Reviews

No reviews yet.