alstjr7375
0d6ef76665
Clean: refactoring compatibility/os
2022-05-10 14:36:22 +09:00
alstjr7375
4678fa53e4
Clean: compatibility/_theme
2022-05-10 05:10:33 +09:00
alstjr7375
c236fe7422
Fix: Fullscreen - Margin top 0 at hover #383
...
Now, not works
- start-transition: margin-top 0.3s var(--animation-easing-function) 50ms;
- end-transtion: margin-top 1.5s var(--animation-easing-function) 0.5s;
It has been merge into:
- transition: margin-top 1.3s var(--animation-easing-function) 50ms;
2022-05-09 14:37:02 +09:00
alstjr7375
699eefd1b0
Fix: Fullscreen - Adjust overlap delay term #383
2022-05-09 00:09:58 +09:00
alstjr7375
1a18247aaa
Fix: Fullscreen - Separated bookmarkbar option #383
2022-05-08 23:40:20 +09:00
alstjr7375
ca5814827a
Fix: Fullscreen - Delay 0.1s -> 1s #383
2022-05-08 22:02:02 +09:00
alstjr7375
bd0988845c
Merge branch 'pinned-close-button' into dev #378
2022-05-07 00:44:57 +09:00
alstjr7375
713ca295a0
Add: Option - userChrome.tab.static_separator.selected_accent
2022-05-06 14:33:10 +09:00
alstjr7375
c2fb8a7997
Add: Option - userChrome.padding.drag_space.maximized #370
2022-05-05 20:20:10 +09:00
alstjr7375
295a2cd62c
Fix: FullScreen - Overlap's background color at linux
2022-05-05 14:31:54 +09:00
alstjr7375
0ad35b4ec1
Fix: DragSpace - Like firefox 88
...
https://searchfox.org/mozilla-esr78/search?q=--space-above-tabbar&path=&case=false®exp=false
2022-05-05 14:18:16 +09:00
alstjr7375
30cdbf6308
Fix: Global Menubar - padding at icon with non userChrome.padding.global_menubar
2022-05-04 10:46:25 +09:00
alstjr7375
a0fe7b59f7
Fix: Pinned Tab - Close button width & build missing file #378
2022-05-04 04:39:14 +09:00
alstjr7375
305f6eb477
Clean: selected tab -> clipped tab #378
...
Co-authored-by: BPower0036 <80090789+BPower0036@users.noreply.github.com>
2022-05-01 01:40:04 +09:00
alstjr7375
e71c5c38a9
Fix: Pinned Tab - Close button hide at movingtab exclude always option #378
...
Info: `#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab` is not working.
Because `#tabbrowser-tabs > #tabbrowser-arrowscrollbox` is shadowroot.
Co-authored-by: BPower0036 <80090789+BPower0036@users.noreply.github.com>
2022-05-01 01:38:38 +09:00
alstjr7375
4b0fa3db83
Fix: Selected Tab - backported #337 to #382
...
af69155956
2022-05-01 00:56:13 +09:00
alstjr7375
3be8d36a3b
Add: Option - Pinned tab button at hover #378
...
- `userChrome.tab.close_button_at_pinned.always`
- `userChrome.tab.close_button_at_pinned.background`
2022-04-28 10:46:43 +09:00
alstjr7375
979dd77ab3
Fix: Bookmark menu - position #372
...
It's a sideeffect of `display: flex` at `:root[sizemode="normal"]`.
2022-04-27 10:46:19 +09:00
alstjr7375
f2042f7e88
Add: Build PR #374
2022-04-27 05:09:02 +09:00
alstjr7375
38f03a590a
Fix: Tabbar - Cut off at windows #368 #370
2022-04-27 04:46:03 +09:00
alstjr7375
1ff415f4f1
Fix: Tabbar - No show at windows #368
2022-04-26 16:39:44 +09:00
alstjr7375
93b9062ae6
Fix: Addon.org - Unreadable text on developer hub backported #366
2022-04-25 02:05:05 +09:00
alstjr7375
ded4b78baa
Fix: Menu - active color at .in-menulist win10 #362
2022-04-24 01:47:15 +09:00
alstjr7375
17cf68cec8
Fix: Bottom Rounded Corner - Work with userChrome.tab.color_like_toolbar
2022-04-24 01:46:09 +09:00
alstjr7375
918e24ee5c
Fix: icon path
2022-04-19 15:09:44 +09:00
alstjr7375
14f0678946
Clean: Move lepton stylesheets into their own files
...
- `userChrome.css` -> `css/leptonChrome.css`
- `userContent.css` -> `css/leptonContent.css`
This allows users to easily update lepton while still keepping their
own custom styles
Co-authored-by: anzz1 <>
2022-04-19 12:14:09 +09:00