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

Commit 9b3a3399 authored by Ronak Patel's avatar Ronak Patel
Browse files

lint and css,php fixers

parent d15431a6
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ $config
	->getFinder()
	->ignoreVCSIgnored(true)
	->notPath('build')
	->notPath('l10n')
	->notPath('src')
	->notPath('vendor')
	->in(__DIR__);
return $config;
+4 −0
Original line number Diff line number Diff line
@@ -38,5 +38,9 @@
            "bin-links": true,
            "forward-command": false
        }
    },
    "require-dev": {
        "nextcloud/coding-standard": "^1.0",
        "friendsofphp/php-cs-fixer": "^3.13"
    }
}
+2208 −2

File changed.

Preview size limit exceeded, changes collapsed.

+10 −10
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
@import 'app-navigation.scss';
@import 'app-sidebar.scss';
@import 'app-settings.scss';
@import 'app-modal.scss';
@import 'freebusy.scss';
@import 'fullcalendar.scss';
@import 'global.scss';
@import 'import.scss';
@import 'print.scss';
@import 'public.scss';
@import 'app-navigation';
@import 'app-sidebar';
@import 'app-settings';
@import 'app-modal';
@import 'freebusy';
@import 'fullcalendar';
@import 'global';
@import 'import';
@import 'print';
@import 'public';
+1 −0
Original line number Diff line number Diff line
@@ -266,6 +266,7 @@
		min-height: 150px !important;
	}
}

.fc-daygrid-day-events {
	position:relative !important;
}
Loading