revert to basic styling
This commit is contained in:
parent
1106ae4dd6
commit
1610d3a732
13 changed files with 83 additions and 137 deletions
|
|
@ -26,3 +26,13 @@
|
|||
background-color: #eb4d4b;
|
||||
}
|
||||
|
||||
/* If workspaces is the leftmost module, omit left margin */
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
/* If workspaces is the rightmost module, omit right margin */
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue