.FinderContent { width: 100%; height: 100%; /* Auto layout */ display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 0px; } .FinderContent .ToolBar{ width: 100%; height: 20px; border-bottom: 1px solid #555555; background-color: #EEEEEE; /* Auto layout */ display: flex; flex-direction: row; justify-content:left; align-items: flex-start; padding: 0px; gap: 5px; } .ToolBar .AddressBar{ width:100%; height: 100%; background-color: white; } .Focused .FinderContent .ToolBar{ border-bottom: 1px solid #000000; background-color: #DDDDDD; } .FinderContent .FinderFileView{ width: 100%; height: 100%; background-color: #FFFFFF; /* Auto layout */ display: flex; flex-direction: row; justify-content: center; align-items: flex-start; padding: 0px; }