Content unavailable! (broken link)https://dynarocks.com/wiki/attach/PageHeader/interSULT-2.002.jpg

This page (revision-30) was last changed on 02-Sep-2022 07:33 by Dieter Käppel

This page was created on 24-Jun-2011 14:01 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
30 02-Sep-2022 07:33 13 KB Dieter Käppel to previous
29 04-May-2019 19:41 13 KB Dieter Käppel to previous | to last
28 04-May-2019 19:41 13 KB Dieter Käppel to previous | to last
27 04-May-2019 19:41 13 KB Dieter Käppel to previous | to last
26 21-Mar-2018 19:47 12 KB Dieter Käppel to previous | to last
25 27-Feb-2018 12:37 12 KB Dieter Käppel to previous | to last
24 27-Feb-2018 12:33 12 KB Dieter Käppel to previous | to last
23 19-Nov-2017 10:22 12 KB Dieter Käppel to previous | to last
22 19-Nov-2017 10:22 12 KB Dieter Käppel to previous | to last
21 19-Nov-2017 10:18 12 KB Dieter Käppel to previous | to last
Incoming links Outgoing links
Firefox ...nobody

Difference between version and

At line 121 added 20 lines
!!!Abstände in Bookmarks
Im sogenannten Proton-Design ab etwa Version 90 habne Bookmarks riesige Abstände. Um das zu ändern muss zunächst die Fähigkeit für User-Stylesheets wiederhergestellt werden. Dazu in about:config den Key setzen:
{{{
toolkit.legacyUserProfileCustomizations.stylesheets = true
}}}
Dann übr Menü "Hilfe > Weitere Informationen zur Fehlerbehebung" auf "Profilordner > Ordner Öffnen" gehen. In diesem Ordner muss die Datei "chrome/userChrome.css" erstellt werden. Gegebenenfalls den Ordner "chrome" ebenfalls anlegen. Die Datei enthält:
{{{
menupopup:not(.in-menulist) > menuitem,
menupopup:not(.in-menulist) > menu {
padding-block: 4px !important;
min-height: unset !important;
}
:root {
--arrowpanel-menuitem-padding: 4px 8px !important;
}
}}}
×