akshat46 / FlyingFox

An opinionated set of configurations for firefox.
MIT License
1.6k stars 80 forks source link

Window Controls don't show up #88

Open KimJiSung1 opened 3 years ago

KimJiSung1 commented 3 years ago

I have followed the instructions, but I don't get the window controls/

This is my config.css

@import "icons/extension-icons.css";
@import "window-controls/wc-without-tabline.css";
@import "hide-tabline.css";
@import "userChrome-hover.css";
ostap-tymchenko commented 3 years ago

same, here is my config

/* order of these files is important and should not be changed */

@import 'icons/extension-icons.css';
@import 'window-controls/wc-without-tabline.css';
@import 'hide-tabline.css';
@import "userChrome-hover.css";

:root { 
  --dark-0: #1B1818;
  --dark-base: #201c1c;
  --dark-1: #312B2B;
  --dark-2: #3C3434;
  --dark-3: #524747;
  --dark-4: #5D5151;
  --light-0: #D7DFEA;
  --light-base: #afc0d5;
  --light-1: #A1B5CE;
  --light-2: #94ABC7;
  --light-3: #87A0C0;
  --light-4: #7996B9;
  --accent: #201c1c;
  --yellow: #dbc074;
  --green: #5cb8a7;
  --red: #c94f6d;
  --extension-icon-mask: grayscale(85%) invert(26%) sepia(1%) saturate(3642%) hue-rotate(314deg) brightness(100%) contrast(87%);

  /* expanded width of the sidebar. 
    used for userChrome-static, and hover */
  --sidebar-width: 250px; 
  /* initial width of the sidebar. 
    advised not to change since tst css relies on this value*/
  --sidebar-collapsed-width: 60px;

  --dividers: 0px;

  --tl-animation-duration: 200ms;
  /*--tl-tab-background-gradient: */
  /* uncomment and add gradient value for selected tab gradient*/

  /******WINDOW CONTROL PLACEMENT VARS******/
  /* larger value moves window controls down,*/
  /* can be negative(moves controls up) */
  /* 55px if tabline visible, -25px if tabline hidden */
  --wc-vertical-shift: 15px;
  --wc-left-space: 0px; /* add space to the left of window controls*/
  --wc-right-space: 15px; /* add space to the right of window controls*/
  /* left-space shifts window-controls */
  /* if you want to shift them to the left: positive value */
  /* and if you want to shift them to the right: smaller or negative value */
  /* right-space shifts rest of the navbar (forward,backward,urlbar,etc.) to the right */
  /* if you want to increase/decrease space between window-controls and navbars: */
  /* set positive/negative value for right-space*/

}

:root[privatebrowsingmode="temporary"]{ 
  --dark-0: #1C0E34;
  --dark-base: #20103c;
  --dark-1: #2F1D4E;
  --dark-2: #38225D;
  --dark-3: #4A2D7B;
  --dark-4: #53338A;
  --light-0: #CC6B9C;
  --light-base: #B9407C;
  --light-1: #AB3B73;
  --light-2: #9C3569;
  --light-3: #8D305E;
  --light-4: #7D2B54;
  --accent: #e9207e;
  --yellow: #C9B336;
  --green: #36C987;
  --red: #C9365D;
  --extension-icon-mask: grayscale(85%) invert(13%) sepia(80%) saturate(3107%) hue-rotate(256deg) brightness(84%) contrast(93%); 
}

this is what it looks like image here's system info image

KimJiSung1 commented 3 years ago

Hi I’m sorry but what do you mean with "Right click on below title bar”?

On Aug 13, 2021, at 11:45, CosmicPegasis @.***> wrote:

Right click on below title bar select customise and in the bottom right untick show title bar. I'd suggest you read the wiki of any project before opening up an issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akshat46/FlyingFox/issues/88#issuecomment-898334078, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKPETE6CH2JMGC54H7WGB3T4TST7ANCNFSM467CSBBA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.