mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
update docs
This commit is contained in:
parent
ff2a103caa
commit
b35ff51f10
2 changed files with 4 additions and 43 deletions
|
@ -2,9 +2,11 @@
|
|||
|
||||
## What is this?
|
||||
|
||||
Pangolin is free and open source software and will always continue to be. We will not use this to paywall features.
|
||||
Pangolin will always be free and open source, but maintaining the project takes a lot of time and resources. To help support ongoing development — including bug fixes, [new features](https://github.com/orgs/fosrl/projects/1/views/1), and community support — we’ve added a way for users to directly contribute. We will not use this to paywall features.
|
||||
|
||||
Working on Pangolin takes a lot of time! Your support on this program allows us to continue to support Pangolin with bug fixes, new features, and support.
|
||||
If you’d like to support the project, you can purchase a supporter key to remove the support button and other marks from the UI. Afterward, you will get to learn a little bit about your adopted Pangolin!
|
||||
|
||||
We know it’s not the most exciting feature, but it helps us keep Pangolin healthy and moving forward.
|
||||
|
||||
## How does this work?
|
||||
|
||||
|
|
|
@ -186,47 +186,6 @@ div[class^="announcementBarContent"] a:hover {
|
|||
}
|
||||
/* Default (mobile styles remain unchanged) */
|
||||
|
||||
/* Desktop: Apply new styles only when screen is larger than 768px */
|
||||
/* @media (min-width: 769px) { */
|
||||
/* .navbarSearchContainer_bmvg .DocSearch-Button { */
|
||||
/* border: 1px solid rgb(150, 153, 156); /* Outline instead of background */ */
|
||||
/* background: transparent; /* No background */ */
|
||||
/* border-radius: 6px; /* Less rounded */ */
|
||||
/* padding: 8px 16px; /* Slightly larger */ */
|
||||
/* width: 220px; /* Longer search bar */ */
|
||||
/* display: flex; */
|
||||
/* align-items: center; */
|
||||
/* justify-content: center; */
|
||||
/* transition: border-color 0.2s ease-in-out; */
|
||||
/* box-shadow: none !important; /* Removes any glow */ */
|
||||
/* } */
|
||||
/* */
|
||||
/* .navbarSearchContainer_bmvg .DocSearch-Button:hover, */
|
||||
/* .navbarSearchContainer_bmvg .DocSearch-Button:focus { */
|
||||
/* border-color: rgb(100, 102, 105); /* Slightly darker border on hover */ */
|
||||
/* box-shadow: none !important; /* No glow */ */
|
||||
/* } */
|
||||
/* */
|
||||
/* /* Ensures search text & icon are properly aligned */ */
|
||||
/* .navbarSearchContainer_bmvg .DocSearch-Button-Container { */
|
||||
/* display: flex; */
|
||||
/* align-items: center; */
|
||||
/* gap: 8px; */
|
||||
/* } */
|
||||
/* */
|
||||
/* /* Adjust search icon size */ */
|
||||
/* .navbarSearchContainer_bmvg .DocSearch-Search-Icon { */
|
||||
/* width: 18px; */
|
||||
/* height: 18px; */
|
||||
/* color: rgb(100, 102, 105); */
|
||||
/* } */
|
||||
/* */
|
||||
/* /* Remove Command+K shortcut icons */ */
|
||||
/* .navbarSearchContainer_bmvg .DocSearch-Button-Keys { */
|
||||
/* display: none !important; */
|
||||
/* } */
|
||||
/* } */
|
||||
|
||||
.breadcrumbs li:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue