Giter Site home page Giter Site logo

Comments (15)

surapunoyousei avatar surapunoyousei commented on June 26, 2024 1

Drag space will be able to be disabled in the next update in 2 weeks

from floorp.

CutterKnife avatar CutterKnife commented on June 26, 2024

Check for the same issue, including closed ones.
BTW, this will be an option in the future.

Release notes:
スクリーンショット 2024-02-28 3 43 22

from floorp.

Axenide avatar Axenide commented on June 26, 2024

Same here, maybe there is an option to disable it but I didn't find any.

from floorp.

surapunoyousei avatar surapunoyousei commented on June 26, 2024

Deplicate

from floorp.

sr-tream avatar sr-tream commented on June 26, 2024

Deplicate

Can you post link please? May be existed workaround to disable this?

from floorp.

JimFlasch avatar JimFlasch commented on June 26, 2024

How about disabling it now????????????

from floorp.

JimFlasch avatar JimFlasch commented on June 26, 2024

Should have had an options to disable this right from the start!

from floorp.

sr-tream avatar sr-tream commented on June 26, 2024

How about disabling it now????????????

Temporary I just revert commit what adds it in floorp-core for self

diff --git a/browser/base/content/browser-tabbar.js b/browser/base/content/browser-tabbar.js
index b16e3c2..1cccf1e 100644
--- a/browser/base/content/browser-tabbar.js
+++ b/browser/base/content/browser-tabbar.js
@@ -66,12 +66,8 @@ const tabbarDisplayStyleFunctions = {
             display: none !important;
           }
           #titlebar {
-            display: inherit;
             appearance: none !important;
-            padding-top: 10px;
-          }
-          :root[sizemode="fullscreen"] #titlebar[id] {
-            flex-basis: auto;
+            display: none !important;
           }
           #TabsToolbar #workspace-button[label] > .toolbarbutton-icon,
           #TabsToolbar #firefox-view-button[flex] > .toolbarbutton-icon {
diff --git a/browser/base/content/browser-verticaltabs.js b/browser/base/content/browser-verticaltabs.js
index e5bb9a5..843f71b 100644
--- a/browser/base/content/browser-verticaltabs.js
+++ b/browser/base/content/browser-verticaltabs.js
@@ -81,6 +81,8 @@ var gFloorpVerticalTabBar = {
     Services.prefs.setBoolPref("floorp.browser.tabs.verticaltab", true);
     Services.prefs.setIntPref("floorp.browser.tabbar.settings", 2);
 
+    document.getElementById("nav-bar-customization-target").style.paddingTop = "10px"
+
     // Move Tab Bar
     this.browserBox?.prepend(this.tabsToolbar || "");
 
@@ -187,6 +189,8 @@ var gFloorpVerticalTabBar = {
       "scrollbox",
     );
 
+    document.getElementById("nav-bar-customization-target").style.removeProperty("padding-top")
+
     // Observer
     if (this._widthObserver) {
       this._widthObserver.disconnect();

from floorp.

JimFlasch avatar JimFlasch commented on June 26, 2024

What am I supposed to do with that code? (putting it in chrome.css didn't work.)

from floorp.

sr-tream avatar sr-tream commented on June 26, 2024

What am I supposed to do with that code? (putting it in chrome.css didn't work.)

  1. Clone the Floorp repo
  2. Initialize all submodules
  3. Apply this patch to floorp-core submodule
  4. Build Floorp

from floorp.

JimFlasch avatar JimFlasch commented on June 26, 2024

Yeah... I'd prefer something easier.

from floorp.

JimFlasch avatar JimFlasch commented on June 26, 2024

Oh, BTW - could you put up an English-language version of your website for those of us who don't know Japanese?

from floorp.

JimFlasch avatar JimFlasch commented on June 26, 2024

And next time they make a change like this that they should know not everyone will want, they should include an option to disable it from the get-go!

from floorp.

surapunoyousei avatar surapunoyousei commented on June 26, 2024
#titlebar[id] {
  display: none;
}

add this text to userchrome.css

from floorp.

surapunoyousei avatar surapunoyousei commented on June 26, 2024

Issue is locked to make my comment stand out

from floorp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.