-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve min-height and no-sidebar mode for content (#1794)
* refactor: remove content wrapper when disable sidebar * refactor: improve min-height for page content * refactor: correct dark border color for rtl switch * refactor: improve dark mode color for horizontal line * refactor: improve padding for rtl switch * docs: improve header extra styles
- Loading branch information
1 parent
3d100c1
commit 7471ce8
Showing
6 changed files
with
43 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@import (reference) '../../../../theme-default/styles/variables.less'; | ||
|
||
.@{prefix}-lang-select.dumi-version-select { | ||
border-inline-start: 1px solid @c-border; | ||
margin-inline-start: 15px; | ||
padding-inline-start: 5px; | ||
|
||
@{dark-selector} & { | ||
border-inline-start-color: @c-border-dark; | ||
} | ||
|
||
> select { | ||
padding-top: 1px; | ||
padding-bottom: 1px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters