mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 03:59:04 +02:00
* Some fixes and improvements: refresh tree
This commit is contained in:
parent
01a49fbe68
commit
ba76fe4b78
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Object Yree
|
* Object Tree
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -19,9 +19,21 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ot-caption-lbl {
|
||||||
|
flex-grow: 1;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Object tree caption button */
|
||||||
|
.ot-icon-btn {
|
||||||
|
padding: 1px 10px;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ot-hidden {
|
ot-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user