Commit graph

650 commits

Author SHA1 Message Date
alstjr7375
ebbfd07a6d Fix: Container Tab - line position #23 2021-09-03 15:55:10 +09:00
alstjr7375
01ae88bf2c Add: User Content - chrome:// directory view regexp 2021-09-03 13:35:05 +09:00
alstjr7375
4a7b80ea53 Fix: User Content - Remove sideeffect #208
Change from blacklist to whitelist method.
2021-09-03 13:31:31 +09:00
alstjr7375
49adfdc741 Add: Tab Bar - Support extra drag space #210 2021-09-03 11:02:19 +09:00
alstjr7375
2cbef93c7f Fix: Tab Bar - uidensity 2021-09-03 10:38:58 +09:00
alstjr7375
fbc208ac20 Fix: Animation - Use built-in function 2021-09-03 09:24:40 +09:00
alstjr7375
7ddef19cfb Fix: Global Menu - Prevent layout shifts #207
Change parent layout from -moz-box to flex.
2021-09-03 09:06:08 +09:00
alstjr7375
0513ffd94d Fix: Menubar - Prevent shifts when clicked #207 2021-09-02 14:35:31 +09:00
alstjr7375
611bb00131 Fix: Bookmark Menu - Remove empty item padding 2021-09-02 13:35:23 +09:00
alstjr7375
97b54fd9bb Fix: Bookmark Popup - Reduce icon text padding 3px -> 1px
- 3px: Arrow Panel like
- 1px: Personal Toolbar like
2021-09-02 12:17:23 +09:00
alstjr7375
ccbc65d220 Fix: Bookmark Menu - Personal toolbar at Linux 2021-09-02 12:15:05 +09:00
alstjr7375
aa31dc22c1 Fix: Bookmark Menu - padding inline at linux #136
- [lp]: padding-left
- [rp]: padding-right
- [rm]: margin-right

/** Global Menu Bookmark *****************************************************/
/*= Global Menu
 * menuitem, menu: var(--context-menu-background-padding)[lp]
 */
menupopup:is(#menu_FilePopup, #menu_EditPopup, #menu_viewPopup, #goPopup, #bookmarksMenuPopup, #menu_ToolsPopup, #menu_HelpPopup)
menuitem:not(.menuitem-iconic, .in-menulist, [type="checkbox"], [checked="true"], .bookmark-item),
menupopup:is(#menu_FilePopup, #menu_EditPopup, #menu_viewPopup, #goPopup, #bookmarksMenuPopup, #menu_ToolsPopup, #menu_HelpPopup)
menu:not(.menu-iconic, .in-menulist, [type="checkbox"], [checked="true"]) {
  padding-inline-start: var(--context-menu-background-padding) !important;
}

/*= Bookmark
 * menu: 0.5em[lp]
 */
menupopup > menu {
  padding-inline-start: 0.5em;
}

/*= Result =====
 * 0.5em => var(--context-menu-background-padding)
 */
menupopup:is(#goPopup, #bookmarksMenuPopup) .bookmark-item {
  padding-inline-start: var(--context-menu-background-padding) !important;
}

/** Popup Menu Bookmark ******************************************************/
/*= General ==================================================================
/* = Arrowpanel
 * .subviewbutton: var(--arrowpanel-menuitem-padding)[lp]
 * .menu-text: 16[icon] + 8px[lp] = 24px
 *
 * Result: var(--arrowpanel-menuitem-padding) + 24px */
.subviewbutton {
  padding: var(--arrowpanel-menuitem-padding);
}

/*= Icon Bookmark
* .subviewbutton: var(--arrowpanel-menuitem-padding)[lp]
* .menu-iconic-left: 16px[icon] + 3px[rp] + 2px[rm] = 21px
* .menu-iconic-text: 8px[lp]
*
* Result: var(--arrowpanel-menuitem-padding) + 29px */
\#BMB_bookmarksPopup .subviewbutton {
  padding: var(--arrowpanel-menuitem-padding);
}
\#BMB_bookmarksPopup hbox.menu-iconic-left {
  padding-inline-end: 3px !important;
  margin-inline-end:  2px !important;
}
\#BMB_bookmarksPopup label.menu-iconic-text {
  padding-inline-start: 8px;
}

/*= Result =====
 * Diff Length: 24 - 29 = -5
 * Reduce Target Length: 8 - 5 = 3
 */
\#BMB_bookmarksPopup label.menu-iconic-text {
  padding-inline-start: 3px !important;
}

/*= None Icon Bookmark  =====================================================
 * .subviewbutton: var(--arrowpanel-menuitem-padding)[lp]
 * .menu-text: 21px[lp]
 *
 * Result:  var(--arrowpanel-menuitem-padding) + 21px */
\#BMB_bookmarksPopup label.menu-text {
margin-inline-start: 21px !important;
  padding-inline-start: 0 !important;
}

/*= Result =====
 * Diff Length: 24 - 21 = 3
 * Increase Target Length: 3
 */
menupopup:is(#BMB_bookmarksPopup) menuitem:not(.menuitem-iconic, [disabled="true"]),
menupopup:is(#BMB_bookmarksPopup) menu:not(.menu-iconic) {
  padding-inline-start: calc(var(--arrowpanel-menuitem-padding) + 3px) !important;
}
2021-09-02 11:24:43 +09:00
alstjr7375
9dc5f31953 Fix: Context Menu - Linux's default menu padding inline
at menu.css
menuitem {
  padding: 4px 6px;
}
2021-09-02 10:20:22 +09:00
alstjr7375
74bd1ca132 Fix: Developer tools, inspect - missing icons #205 2021-09-02 09:22:20 +09:00
MS_Y
a2b3d6cc4a
Fix: CI - Escape 2021-09-01 01:59:19 +00:00
MS_Y
2bac49f4ba
Fix: CI - Typo 2021-09-01 01:57:07 +00:00
alstjr7375
5345e70dc0 Clean: workflow format #182 2021-08-31 11:44:44 +09:00
alstjr7375
e74ddc3a35 Fix: CI - update pass options 2021-08-31 10:51:41 +09:00
alstjr7375
632cc2869e Add: CI - auto formmating #182 2021-08-31 10:41:11 +09:00
alstjr7375
4fe83390b8 Clean: by prettier #182 2021-08-31 10:34:06 +09:00
alstjr7375
0af2406e59 Doc: Remove none introduced project refer
I tried to use the following code at proton-style, but it was canceled due to conflict with the divide line

    border-right: solid 2px var(--identity-icon-color) !important;
    border-left: solid 2px var(--identity-icon-color) !important;
    transition: all .15s ease-in-out !important;
}

    border-right: solid 5px var(--identity-icon-color) !important;
    border-left: solid 5px var(--identity-icon-color) !important;
}
2021-08-31 09:28:22 +09:00
BlaCk_Void
8f0766991f Fix: Container Tab - clean, pinned tab at busy #23 2021-08-30 20:57:49 +09:00
BlaCk_Void
fbf3808dce Fix: update content-view icon 2021-08-30 20:49:14 +09:00
BlaCk_Void
05c7c67801 Merge branch 'dev' of https://github.com/black7375/Firefox-UI-Fix into dev 2021-08-30 20:14:59 +09:00
alstjr7375
e2646879bb Doc: Ver 4.0 2021-08-30 13:40:42 +09:00
alstjr7375
f5fd8302e8 Add: Coding Style - Prettier files #182 2021-08-30 13:27:25 +09:00
alstjr7375
c2d69d7f3e Merge branch 'master' into dev 2021-08-30 13:14:43 +09:00
alstjr7375
79582dd1bc Fix: Supports.org - css valid 2021-08-30 13:13:59 +09:00
alstjr7375
9fa588cbf7 Clean: CSS url's quotes 2021-08-30 12:42:09 +09:00
alstjr7375
1de669fcc9 Fix: Smooth Scroll - Horizontal speed fast #188 2021-08-30 09:48:01 +09:00
alstjr7375
a4c9663a97 Fix: Library - missing tag-open.svg icon #33 2021-08-30 09:37:34 +09:00
MS_Y
79e80f60f1
Merge pull request #200 from Jonta/patch-3
Commenting out, grammar, "get GTK-theme" added
2021-08-30 00:15:40 +00:00
alstjr7375
c61b6f942d Doc: PR Template - Comment out 2021-08-30 09:10:24 +09:00
Jonta
fe79bf0ba3 Doc: Issue Template - Commenting out, grammar, "get GTK-theme" added
Fixes https://github.com/black7375/Firefox-UI-Fix/issues/197

Commenting out explanatory text to avoid reading it when people forget to remove it before posting
2021-08-30 09:07:44 +09:00
alstjr7375
bd85a68fb7 Merge branch 'master' of https://github.com/black7375/Firefox-UI-Fix 2021-08-30 09:06:37 +09:00
alstjr7375
87693ec5e3 Fix: support.org - image inversed filter 2021-08-30 09:05:28 +09:00
BlaCk_Void
51754a82a3 Add: Container Tab - More larger line #23
We had several requests and we decided to accept them.
2021-08-30 00:08:06 +09:00
BlaCk_Void
bea2ae07ac Clean: Sound Tab - Separate related layouts from Container Tab 2021-08-29 23:40:09 +09:00
BlaCk_Void
e075405363 Add: Global Menu - Reduce padding #142 2021-08-29 22:26:11 +09:00
BlaCk_Void
e255039fc7 Add: Library - Open icons 2021-08-29 21:11:00 +09:00
BlaCk_Void
edef8e57ae Fix: Library - Inconrrectly set icons #33 2021-08-29 19:07:04 +09:00
BlaCk_Void
26e6336b69 Clean: Other bookmarks selector #33 2021-08-29 17:44:39 +09:00
BlaCk_Void
ef2de3c52b Add: Icons - Other Bookmarks folder icon replace #33 2021-08-29 03:13:40 +09:00
BlaCk_Void
b4382d6e91 Fix: Folder missing icon #33 2021-08-29 00:04:06 +09:00
BlaCk_Void
ee6af817f9 Add: Replace default folder icon #33
Customized https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Folder/SVG/ic_fluent_folder_16_regular.svg

Increase the size of the icon
2021-08-28 23:10:23 +09:00
BlaCk_Void
98526e441e Add: Global Menu - Rounding 2021-08-28 22:47:55 +09:00
BlaCk_Void
3683125205 Merge branch 'master' into dev 2021-08-28 22:46:55 +09:00
BlaCk_Void
6c7e0a5495 Fix: Global menu height 100% (turn on menubar mode) #186 2021-08-28 17:49:19 +09:00
alstjr7375
1d38222317 Fix: support.org - image inversed filter 2021-08-27 17:26:45 +09:00
alstjr7375
d614e8002f Fix: Global Menu - sub menu padding 2021-08-27 10:16:25 +09:00