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:
parent
64db149382
commit
dd83984896
1 changed files with 11 additions and 0 deletions
|
@ -892,6 +892,17 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
|||
background-size: 82px;
|
||||
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 {
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
|
|
Loading…
Reference in a new issue