mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Merge branch 'studvw_2026_05_rc' into studvw_2026_05_rc_tags
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
.horizontalsplitter {
|
.horizontalsplitter {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 8px;
|
width: 16px;
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -29,10 +29,12 @@
|
|||||||
|
|
||||||
.horizontalsplitter.left {
|
.horizontalsplitter.left {
|
||||||
border-left: solid 3px var(--fhc-horizontalsplit-hsplitter-border-color);
|
border-left: solid 3px var(--fhc-horizontalsplit-hsplitter-border-color);
|
||||||
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.horizontalsplitter.right {
|
.horizontalsplitter.right {
|
||||||
border-right: solid 3px var(--fhc-horizontalsplit-hsplitter-border-color);
|
border-right: solid 3px var(--fhc-horizontalsplit-hsplitter-border-color);
|
||||||
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitactions.horizontal {
|
.splitactions.horizontal {
|
||||||
@@ -52,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.splitactions.horizontal .splitaction {
|
.splitactions.horizontal .splitaction {
|
||||||
width: auto;
|
width: 14px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user