Makes DeepL easier to view. / DeepLをより見やすくします。
Better DeepL by menndouyukkuri
Details
Authormenndouyukkuri
LicenseCC0
Categorydeepl.com
Created
Updated
Size850 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Better DeepL
@namespace https://userstyles.world/style/18486/
@version 1.0.1
@description Makes DeepL easier to view. / DeepLをより見やすくします。
@author menndouyukkuri
==/UserStyle== */
@-moz-document domain("deepl.com") {
button[id="headlessui-popover-button-:r1:"] {
display: none;
}
nav.border-neutral-next-100:nth-child(5) {
padding-bottom: 0;
}
@media (max-width: 768px) {
.mobile\:py-0 {
padding-top: 1rem;
}
}
@media (max-width: 560px) {
.TranslatorTab-module--active--0b6ea, [id*="headlessui-tabs-tab-"] > div:nth-child(1) {
height: 40px;
}
div.rounded-ee-inherit:nth-child(3) {
min-height: 240px;
}
}
}