browser: css: add '#lokit-logo' style to fetch lokit-extra-img.svg

Change-Id: Idb7001076db52471bfd4eeb79bf37b3732aa0dfc
Signed-off-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
Henry Castro 2022-06-01 21:24:59 -04:00 committed by Michael Meeks
parent 64db149382
commit dd83984896

View file

@ -892,6 +892,17 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
background-size: 82px; background-size: 82px;
background-position: right center; background-position: right center;
} }
#lokit-logo {
align-items: center;
justify-content: right;
flex-grow: 1;
background-repeat: no-repeat;
background-size: 82px;
background-position: right center;
background-image: url('remote/lokit-extra-img.svg');
}
#about-dialog-info-container { #about-dialog-info-container {
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;