mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
Fix for ChildList View Properties link width
Fix for ChildList View Properties link width
This commit is contained in:
parent
5e213fa038
commit
f66118a437
1 changed files with 7 additions and 0 deletions
|
@ -143,6 +143,13 @@ span.tileCreateChildEntityAssistant-avatar:hover {
|
||||||
border: 2px solid #7fdb98;
|
border: 2px solid #7fdb98;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.viewChildProperties {
|
||||||
|
width: 100%;
|
||||||
|
padding-left: 12px;
|
||||||
|
padding-right: 12px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
font.iconCreateChildEntityAssistant {
|
font.iconCreateChildEntityAssistant {
|
||||||
font-family: HiFi-Glyphs;
|
font-family: HiFi-Glyphs;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
|
Loading…
Reference in a new issue