aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/mobile.css.map
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-141-1/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(deps-dev): Bump sass from 1.77.8 to 1.79.3dependabot/npm_and_yarn/sass-1.79.3dependabot[bot]2024-09-211-1/+1
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.77.8 to 1.79.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.8...1.79.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-291-1/+1
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-06-191-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2024-05-131-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Build assetsFerdinand Thiessen2023-08-261-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Don't regard 1024px width viewport as mobileJonas2023-02-161-1/+1
| | | | | | | | | | | | | | | Currently we treat 1024px as mobile in some places (e.g. `isMobile` in nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css). This commit changes `mobile.scss` to treat viewports smaller than 1024px as mobile. This PR accompanies https://github.com/nextcloud/nextcloud-vue/pull/3768 Both are required to fix https://github.com/nextcloud/nextcloud-vue/issues/3758. Signed-off-by: Jonas <jonas@freesources.org>
* Compress SASS outputChristopher Ng2023-01-111-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump sass from 1.52.1 to 1.56.1dependabot[bot]2022-12-051-1/+1
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove last occurance of "color-primary-element-lighter"Joas Schilling2022-09-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump bundled filesJulius Härtl2022-09-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove obsolete notification containerVincent Petry2022-07-261-1/+1
| | | | | | | The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Cleanup and compileJohn Molakvoæ2022-05-131-0/+1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>