[LYN-2514] Optimizing for new window dimensions (#990)

This commit is contained in:
Benjamin Jillich
2021-05-28 07:38:05 +02:00
committed by GitHub
parent fffbd242c1
commit 5bb55ac1c7
9 changed files with 80 additions and 48 deletions
@@ -336,4 +336,31 @@ QTabBar::tab:pressed
max-width:210px;;
min-height:278px;
max-height:278px;
}
}
/************** Gem Catalog **************/
#GemCatalogTitle {
font-size: 18px;
}
/************** Gem Catalog (Inspector) **************/
#GemCatalogInspector {
background-color: #444444;
}
/************** Gem Catalog (Filter/left pane) **************/
#GemCatalogFilterWidget {
background-color: #444444;
}
#GemCatalogHeaderWidget {
background-color: #1E252F;
}
#GemCatalogFilterCategoryTitle {
font-size: 12px;
font-weight: 600;
}