Skip to content
Snippets Groups Projects
Unverified Commit fd9d43d2 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Specify Nextcloud logo sizes

parent 95c0c1ec
No related branches found
No related tags found
No related merge requests found
......@@ -1034,6 +1034,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.nextcloud-logo{
width: 80px;
height: 95px;
justify-self: end;
transition: all 0.5s ease;
margin: auto;
......@@ -1041,6 +1042,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.nextcloud-logo-icon{
height: 100%;
width: 100%;
}
.nextcloud-logo-sm{
......@@ -1431,7 +1433,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
<link rel="stylesheet" href="${tabulatorCss}">
<div class="nextcloud-intro ${classMap({hidden: this.isPickerActive})}">
<div class="nextcloud-logo ${classMap({"nextcloud-logo-sm": this.isPickerActive})}">
<dbp-icon name="nextcloud" class="nextcloud-logo-icon"></dbp-icon>
<dbp-icon name="nextcloudX" class="nextcloud-logo-icon"></dbp-icon>
</div>
<div class="block text-center ${classMap({hidden: this.isPickerActive})}">
<h2 class="m-inherit">
......
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