Made various improvements to the workspaces module. (#17)
* Made workspace scrolling slower and more natural. * Fix workspace scrolling not working on single monitors: Fixes #8 * Fixed #15 and added configuration options to adjust workspace spacing and scrolling speed.
This commit is contained in:
@@ -2,14 +2,6 @@
|
||||
@import '../../variables';
|
||||
|
||||
.workspaces {
|
||||
button {
|
||||
margin: 0rem 0.5rem * .5;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-left: 0.7em;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 0.2em;
|
||||
min-width: 4em;
|
||||
@@ -38,8 +30,8 @@
|
||||
min-width: 0em;
|
||||
min-height: 0em;
|
||||
border-radius: 0em;
|
||||
font-size: 1.1em;
|
||||
transition: 300ms * .5;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user