Merge pull request #2329 from nextcloud/fix/2307/improve-mobile-design

This commit is contained in:
John Molakvoæ 2021-07-06 09:46:48 +02:00 committed by GitHub
commit 791431a160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -49,7 +49,7 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
}
.app-content-details {
padding: 0 80px 80px 80px;
padding: 0 40px 80px 40px;
}
.app-content-list {

View File

@ -779,9 +779,9 @@ section.contact-details {
}
.property--rev {
position: fixed;
right: 22px;
bottom: 0;
position: absolute;
left: 125px;
bottom: -25px;
height: 44px;
opacity: .5;
color: var(--color-text-lighter);

View File

@ -495,7 +495,6 @@ export default {
&__menu {
z-index: 11;
display: flex !important;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, .2);