Skip to content
Snippets Groups Projects
Commit 8f951d4b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Small UI bugfixes for mobile versions

parent 228e1cbf
Branches
No related tags found
No related merge requests found
Pipeline #12765 passed
......@@ -1014,7 +1014,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* align-items: center;*/
position: relative;
}
......@@ -1024,6 +1024,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.select-button{
justify-self: end;
justify-self: end;
}
.nextcloud-content{
......@@ -1302,6 +1303,11 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
font-size: 1.2rem;
}
.nextcloud-content{
height: auto;
}
.nextcloud-logo-sm{
display: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment