You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Type `about:config` into your URL bar. Click on the **I accept the risk** button if you're shown a warning.
83
65
- Seach for **`toolkit.legacyUserProfileCustomizations.stylesheets`** and set it to **`true`**.
@@ -87,8 +69,7 @@ This theme was known previously as »*ag.proton*« — but let's be honest: That
87
69
- Copy the `chrome` folder into your profile and restart<sup>1)</sup> Firefox.
88
70
</details>
89
71
90
-
- Set your theme: You can change between multiple themes by replacing the content in `chrome/includes/cascade-colours.css` with one of the themes in `integrations/theme/theme.css`
91
-
-[Continue customizing as much as you want :heart:](#customization)
72
+
-[Continue customizing as much as you want](#customization)
92
73
93
74
> **Note** If you're using Cascade I highly recommend to remove all clutter from the Navigation Bar area. To do so rightclick your bar and go into the customization settings. You can move all the icons freely which allows you to place your Addons within the Personal Toolbar for example.
94
75
@@ -104,7 +85,35 @@ It seems like `flexbox` (within the Firefox UI) is inheritly broken on Windows.
104
85
## Customization
105
86
106
87
<details>
107
-
<summary>:computer_mouse: Mouse support</summary>
88
+
<summary>Theming</summary>
89
+
90
+
Set your theme: You can change between multiple themes by replacing the content in `chrome/includes/cascade-colours.css` with one of the themes in `integrations/theme/theme.css`
Cascade offers an [alternative config file](chrome/includes/cascade-config-mouse.css) that reintroduces some of the UI elements that are necessary to use Firefox with a mouse. To use these settings simply substitue the regular config include with the one for mouse support.
109
118
110
119
This config brings back:
@@ -117,7 +126,8 @@ It seems like `flexbox` (within the Firefox UI) is inheritly broken on Windows.
117
126
</details>
118
127
119
128
<details>
120
-
<summary>:computer: Sort the UI</summary>
129
+
<summary>Sort the UI</summary>
130
+
121
131
In the [Cascade config](chrome/includes/cascade-config.css) you can set different ways of how the UI elements are layed out. The URL Bar, Tab Bar and Personal Toolbar can be arranged in different stacks; do you want the Toolbar to be on top or the URL and Tab Bar? Tabs on the left with the URL Bar to the right? No problem!
122
132
123
133
```css
@@ -142,7 +152,8 @@ It seems like `flexbox` (within the Firefox UI) is inheritly broken on Windows.
142
152
</details>
143
153
144
154
<details>
145
-
<summary>:globe_with_meridians: URL bar customization</summary>
155
+
<summary>URL bar customization</summary>
156
+
146
157
You can freely set your desired URL Bar width from within the [config](chrome/includes/cascade-config.css) where the `min-width` setting is the default URL Bar width and `max-width` is the width of the focused URL Bar. Those can be different in order to make more room for the URL Bar when you actually want to use it.
147
158
148
159
```css
@@ -160,7 +171,8 @@ It seems like `flexbox` (within the Firefox UI) is inheritly broken on Windows.
160
171
</details>
161
172
162
173
<details>
163
-
<summary>:red_circle: Online breakpoint</summary>
174
+
<summary>Online breakpoint</summary>
175
+
164
176
If you'd like to have Cascade transition into it's Oneline layout on either smaller or larger sizes you can simply do so by changing the breakpoint value in the [responsive include](chrome/includes/cascade-responsive.css) file. If you don't want Cascade to break to the Oneline layout at all remove it from the [userChrome.css](chrome/userChrome.css) file
165
177
166
178
```css
@@ -173,7 +185,8 @@ It seems like `flexbox` (within the Firefox UI) is inheritly broken on Windows.
1. Download the [Tab Center Reborn Addon](https://addons.mozilla.org/en-GB/firefox/addon/tabcenter-reborn/)
178
191
2. Copy the contents of [integrations/tabcenter-reborn/tabcenter-reborn.css](integrations/tabcenter-reborn/tabcenter-reborn.css) into the Addons settings
179
192
3. Import the [integrations/tabcenter-reborn/cascade-tcr.css](integrations/tabcenter-reborn/cascade-tcr.css) into the [userChrome.css](chrome/userChrome.css)
@@ -182,7 +195,7 @@ It seems like `flexbox` (within the Firefox UI) is inheritly broken on Windows.
182
195
</details>
183
196
184
197
<details>
185
-
<summary>:bullettrain_side: Side view</summary>
198
+
<summary>Side view</summary>
186
199
[Mozilla's Side View](https://addons.mozilla.org/en-GB/firefox/addon/side-view/) is an Addon that allows you to open a second Website within the Sidebar of your Browser. Cascades integration gets rid of the header, moves the »*Close*«-Button to the bottom, and allows the sidebar to be up to 50% of your browsers width.
187
200
1. Download the [Side View Addon](https://addons.mozilla.org/en-GB/firefox/addon/side-view/)
188
201
2. Import the [integrations/side-view/cascade-sideview.css](integrations/side-view/cascade-sideview.css) into the [userChrome.css](chrome/userChrome.css)
0 commit comments