Remove Linguee min & max widths
/* ==UserStyle==
@name Linguee Wide
@description Remove Linguee min & max widths
@author V1rgul (https://github.com/V1rgul)
@license CC BY-NC - Creative Commons Attribution-NonCommercial
@version 0.0.1.20200814214044
@namespace https://greasyfork.org/users/676264
==/UserStyle== */
@-moz-document domain("linguee.com.br"), domain("linguee.de"), domain("linguee.es"), domain("linguee.fr"), domain("linguee.ru")
{
#outer_div
{
max-width: none !important;
min-width: 484px !important;
/* 17+450+17 */;
}
#mainlayout
{
padding-left: 0 !important;
padding-right: 0 !important;
}
.app_teaser
{
display: none !important;
}
#dictionary .dictionaryWithAppTeaser
{
padding-right: 0 !important;
}
.dictionaryWithAppTeaser .exact .lemma_content
{
padding-left: 40px;
}
.dictionaryWithAppTeaser .inexact .lemma_content
{
padding-left: 0;
}
#lingueecontent
{
margin-bottom: 5em;
}
}