Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0652ebd authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/nextcloud-theme-2410-files-fix' into 'main'

files align fix

See merge request !128
parents be03c0e4 34d095d7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1664,7 +1664,7 @@ button.edit-output-dir span.icon-rename,
    letter-spacing: 1px;
}
#filestable thead {
    background-color: white !important;
    background-color: var(--color-main-background-header) !important;
}
#recommendations {
    height: 100px !important;
@@ -1745,3 +1745,7 @@ body.theme--dark.theme--highcontrast #header #appmenu li:hover a,
body.theme--dark.theme--highcontrast #header #appmenu li:focus a {
    color: #000;
}
/* Files App */
#content.app-files #filestable {
    padding-top: 20px;
}
 No newline at end of file