Skip to content
Snippets Groups Projects
Commit 51764393 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: center logo on theme selector

parent 424d4424
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<mat-option *ngFor="let theme of listThemes"
[value]="theme"
><img class="option-theme-img"
style="max-height: 30px; max-width: 30px; padding-top: 16px;"
style="max-height: 30px; max-width: 30px; padding-top: 18px; padding-left: 24px;"
[matTooltip]="stringUtil.convertToPascalCase(theme)"
[matTooltipPosition]="'after'"
[src]="getPathToImage(theme)"></mat-option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment