mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 17:54:21 +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
|
|
@ -9,19 +9,32 @@
|
|||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.setting-detail {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
justify-content: stretch;
|
||||
align-items: stretch;
|
||||
|
||||
}
|
||||
.setting-content {
|
||||
color: #727479;
|
||||
background: #dedede;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.setting-content .wekan-form-control:not([type="radio"]) {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.setting-content .content-title {
|
||||
font-size: clamp(16px, 3.5vw, 22px);
|
||||
font-size: 1.3em;
|
||||
padding: 0.5lh 1ch;
|
||||
}
|
||||
.setting-content .content-body {
|
||||
display: flex;
|
||||
padding-top: 2vh;
|
||||
height: 100%;
|
||||
gap: 1.3vw;
|
||||
}
|
||||
|
|
@ -29,8 +42,15 @@
|
|||
background-color: #f7f7f7;
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 0.5vw;
|
||||
width: min(250px, 32vw);
|
||||
min-width: fit-content;
|
||||
box-shadow: inset -0.2vh -0.2vh 0.4vh rgba(0,0,0,0.05);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-right: 2ch;
|
||||
overflow-y: scroll;
|
||||
min-height: 20vh;
|
||||
flex-grow: 1;
|
||||
|
||||
}
|
||||
.setting-content .content-body .side-menu ul li {
|
||||
margin: 0.2vh 0.3vw;
|
||||
|
|
@ -47,12 +67,10 @@
|
|||
padding: 1.3vh 0 1.3vh 1.3vw;
|
||||
width: 95%;
|
||||
}
|
||||
.setting-content .content-body .side-menu ul li a span {
|
||||
font-size: 13px;
|
||||
}
|
||||
.setting-content .content-body .side-menu ul li a i {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.setting-content .content-body .main-body {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
|
|
@ -62,9 +80,9 @@
|
|||
overflow-x: scroll !important;
|
||||
overflow-y: scroll !important;
|
||||
scrollbar-gutter: stable;
|
||||
/* Force horizontal scrollbar to always be visible */
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
flex-grow: 5;
|
||||
padding-right: 2ch;
|
||||
padding-bottom: 1lh;
|
||||
}
|
||||
|
||||
/* Ensure scrollbars are always visible with proper styling for all admin pages */
|
||||
|
|
@ -126,7 +144,6 @@
|
|||
.setting-content .content-body .main-body::after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
@ -137,7 +154,7 @@
|
|||
padding: 0.5rem 0.5rem;
|
||||
}
|
||||
.setting-content .content-body .main-body ul li a .is-checked {
|
||||
border-bottom: 2px solid #3cb500;
|
||||
border-bottom: 0.2ch solid #3cb500;
|
||||
border-right: 2px solid #3cb500;
|
||||
}
|
||||
/* Grey checkmarks when grey icons setting is enabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue