mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Merge branch 'master' into dev
This commit is contained in:
commit
c2d69d7f3e
3 changed files with 18 additions and 17 deletions
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -8,34 +8,34 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
**Environment (please complete the following information):**
|
**Environment:<!-- (please complete the following information) -->**
|
||||||
Check like `- [x]`.
|
<!-- Check like `- [x]`. -->
|
||||||
- Distribution
|
- Distribution
|
||||||
- [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix)
|
- [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix)
|
||||||
- [ ] [Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style)
|
- [ ] [Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style)
|
||||||
- [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)
|
- [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)
|
||||||
- Firefox Version: [write from `about:support` - `version`]
|
- Firefox Version: <!--[write from `about:support` - `version`]-->
|
||||||
- OS:
|
- OS:
|
||||||
- [ ] Linux
|
- [ ] Linux
|
||||||
- [ ] Windows
|
- [ ] Windows
|
||||||
- [ ] Mac
|
- [ ] Mac
|
||||||
- [ ] Others:
|
- [ ] Other:
|
||||||
- Theme:
|
- Theme:
|
||||||
- [ ] Light
|
- [ ] Light
|
||||||
- [ ] Dark
|
- [ ] Dark
|
||||||
- [ ] Alpenglow (System: Light)
|
- [ ] Alpenglow (System: Light)
|
||||||
- [ ] Alpenglow (System: Dark)
|
- [ ] Alpenglow (System: Dark)
|
||||||
- [ ] System Default
|
- [ ] System Default
|
||||||
- GTK Theme Name(Only Linux User): [sample] Adwaita, Adwaita-Dark, Breath, Breath-Dark
|
- GTK Theme Name (Linux only): <!-- For example: Adwaita, Adwaita-Dark, Breath, Breath-Dark. Run `gsettings get org.gnome.desktop.interface gtk-theme` to output this -->
|
||||||
- [ ] Others: [sample] [Photon Colors](https://addons.mozilla.org/en-US/firefox/addon/photon-colors/), [Google Chrome Dark](https://addons.mozilla.org/en-US/firefox/addon/google-chrome-dark/), [Fairytale Of Nature](https://addons.mozilla.org/en-US/firefox/addon/fairytale-of-nature/)
|
- [ ] Other: (e.g. [Photon Colors](https://addons.mozilla.org/en-US/firefox/addon/photon-colors/), [Google Chrome Dark](https://addons.mozilla.org/en-US/firefox/addon/google-chrome-dark/), [Fairytale Of Nature](https://addons.mozilla.org/en-US/firefox/addon/fairytale-of-nature/))
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
|
||||||
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
|
|
@ -1,13 +1,14 @@
|
||||||
**Describe the PR**
|
**Describe the PR**
|
||||||
A clear and concise description of what the PR is.
|
<!-- A clear and concise description of what the PR is. -->
|
||||||
|
|
||||||
**Related Issue**
|
**Related Issue**
|
||||||
|
<!--Related or discussed issues. If it's a big change, it's a good idea to open an issue ahead of time. -->
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your commit.
|
<!-- If applicable, add screenshots to help explain your commit. -->
|
||||||
|
|
||||||
**Environment (please complete the following information):**
|
**Environment (please complete the following information):**
|
||||||
Check like `- [x]`.
|
<!-- Check like `- [x]`. -->
|
||||||
|
|
||||||
- PR Type
|
- PR Type
|
||||||
- [ ] `Add:` Add feature or enhanced.
|
- [ ] `Add:` Add feature or enhanced.
|
||||||
|
|
@ -20,4 +21,4 @@ Check like `- [x]`.
|
||||||
- [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)
|
- [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the commit here.
|
<!-- Add any other context about the commit here. -->
|
||||||
|
|
|
||||||
|
|
@ -650,7 +650,7 @@
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.mzp-c-menu-panel {
|
.mzp-c-menu-panel {
|
||||||
box-shadow: box-shadow: 0 16px 16px -16px rgba(255,255,255,.3) !important;
|
box-shadow: 0 16px 16px -16px rgba(255,255,255,.3) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.card--product,
|
.card--product,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue