Skip to content

Opensearch 2 fixes by detached

Details

Authordetached

LicenseCC

Categoryopensearch

Created

Updated

Size341 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes design flaws in opensearch 2

Notes

Apply this style to your own opensearch instance.

  • Sets document details flyout to width of 100%

Source code

/* ==UserStyle==
@name         Opensearch 2 fixes
@version      20240131.07.42
@namespace    https://userstyles.world/user/Simon Weis
@description  Fixes design flaws in opensearch 2
@author       Simon Weis
@license      CC
==/UserStyle== */

@-moz-document url-prefix("your.opensearch.instance") {
.euiFlyout--medium {
    width: 100%;
}
}

Reviews

No reviews yet.