ja dieser CSS Code gehört dazu, bzw. es steht auch im Script dass er dazu
über userchrome.css geladen werden muss:
CSS
@charset "utf-8";
/*@version 2023/05/18 fix for firefox113, flex-direction, frex-wrap*/
/*@version 2023/04/25 fix for firefox113, inline-block firefox 113*/
/*@version 2023/03/09 Bug 1820534 - Move front-end to modern flexbox.*/
/*@version 2022/11/24 21:00 Bug 1802142 - Remove no longer used browser-bottombox*/
/*@version 2022/11/20 19:00 107+ wip*/
/*@version 2022/02/16 Bug 1747422 - Remove preprocessor variable use from downloads CSS*/
/*@version 2020/03/13 fix for 74, broken listitem orient due to Bug 1606130
/*@version 2019/12/11 fix for 73 Bug 1601094 - Rename remaining .xul files to .xhtml in browser */
/*@version 2019/10/20 12:30*/
/*FullScreen*/
/*DOMFullScreen*/
:root[inFullscreen] #downloadsStatusModokiBar,
:root[inDOMFullscreen] #downloadsStatusModokiBar {
display: none !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] {
flex-direction: row !important;
background-color: var(--in-content-box-background) !important;
padding: 0 !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] > stack:first-child {
}
#ucjsDownloadsStatusModoki{
border-top-width: 1px !important;
border-top-style: solid !important;
border-top-color: #646473 !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] #downloadsListBox {
background-color: #fffff0 !important;
flex-direction: row;
flex-wrap: wrap;
overflow-y: auto !important;
scrollbar-width: thin;
border: none !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] richlistitem:not([hidden]) {
border-width: 0 1px 0 0 !important;
border-style: solid !important;
border-color: black !important;
width: 276px !important;
height: 3.0em !important;
min-height: 3.0em !important;
font-size: 12px !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] .downloadMainArea {
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] .downloadContainer {
max-width: 200px !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] .downloadTypeIcon {
margin-inline-end: 4px !important;
margin-inline-start: 4px !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] .downloadButton {
width: 36px !important;
padding-inline-end: 4px !important;
padding-inline-start: 4px !important;
}
#contentAreaDownloadsView[ucjsDownloadsStatusModoki] #downloadsListEmptyDescription
{
flex: 1 !important;
}
Alles anzeigen
Deine Version funktioniert nicht richtig. Standardmäßig ist diese Leiste nicht sichtbar.
Sie kann manuell über Ansicht - Symbolleisten ein und ausgeblendet werden bzw.
bei Download öffnet sich diese automatisch. Eintrag unter Ansicht - Symbolleisten fehlt bei
deiner Version und Darstellung passt auch nicht. Werde den Autor mal kontaktieren, mal sehen was er sagt.
Trotzdem vielen Dank für Deine Mühe.
Mfg.
Endor