Merge remote-tracking branch 'parent/main' into upstream-20240424
This commit is contained in:
commit
32a8f367a3
91 changed files with 1073 additions and 446 deletions
|
@ -10,6 +10,13 @@ $content-width: 840px;
|
|||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
||||
.icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.sidebar-wrapper {
|
||||
min-height: 100vh;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -1737,6 +1737,7 @@ body > [data-popper-placement] {
|
|||
border-bottom: 1px solid var(--background-border-color);
|
||||
padding: 8px 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue