Skip to content

Elastic.co - Documentation by StoryThief

Screenshot of Elastic.co - Documentation

Details

AuthorStoryThief

LicenseCC Zero

Categoryelastic.co

Created

Updated

Size314 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small mod allowing larger width of the browser

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         elastic.co
@version      20230723.07.35
@namespace    ?
==/UserStyle== */

@-moz-document regexp("https?://(www\\.)?elastic\\.co/guide/.*") {
#guide .container-fluid {
    max-width: 95%;
}

.col-lg-3 {
    flex: 0 0 20%;
    min-width: 20ch;
    max-width: 40ch;
}
}

Reviews

No reviews yet.