mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
Resolve merge conflicts by accepting PR #6131 changes
Co-authored-by: xet7 <15545+xet7@users.noreply.github.com>
This commit is contained in:
parent
dc0b68ee80
commit
97dd5d2064
257 changed files with 9483 additions and 14103 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.global-search-board-wrapper {
|
||||
border-radius: 8px;
|
||||
min-width: 400px;
|
||||
border-radius: 0.8ch;
|
||||
min-width: min(100%, 400px);
|
||||
border-width: 8px;
|
||||
border-color: #808080;
|
||||
border-style: solid;
|
||||
|
|
@ -67,8 +67,6 @@
|
|||
color: #8b0000;
|
||||
}
|
||||
.global-search-page {
|
||||
width: 40%;
|
||||
min-width: 400px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
line-height: 150%;
|
||||
|
|
@ -91,6 +89,13 @@
|
|||
font-family: Courier;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.lists-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1ch 0.3lh;
|
||||
|
||||
}
|
||||
code {
|
||||
color: #000;
|
||||
background-color: #d3d3d3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue