Commit Graph

65 Commits (8904bf645b30fbdfdcb00a2ea607d752ee69d865)

Author SHA1 Message Date
Ferdinand Thiessen e7c03aa9c0 chore: Build assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 21:01:37 +07:00
Jonas c1a82070bd
Don't regard 1024px width viewport as mobile
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>
2023-02-16 12:16:59 +07:00
Christopher Ng 8700730204 Compress SASS output
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-11 17:46:32 +07:00
dependabot[bot] 06b68e2300 Bump sass from 1.52.1 to 1.56.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>
2022-12-05 23:06:18 +07:00
Julius Härtl d6bd98d3c5
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01 14:15:42 +07:00
Vincent Petry 255d22fa71 Remove obsolete notification container
The future is TOAST 🍞

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 13:54:24 +07:00
Vincent Petry bb2557c389
Replace files app ids to classes
Replaced ids to classes for the following:

- #filestable -> .files-filestable
- #fileList -> .files-fileList
- #controls -> .files-controls
- #emptycontent -> .emptyfilelist.emptycontent

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26 10:19:19 +07:00
John Molakvoæ 73918b8af9
Cleanup and compile
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +07:00
Morris Jobke 0c22a66967
Add more styles to the server.scss
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-09 15:36:03 +07:00
Robin Appelman 14f78369d7
Use a table for the filepicker list and add size column
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-10-19 14:18:21 +07:00
Thomas Müller 20602ff36a Merge pull request #21417 from J0WI/css-fixes
css fallbacks and code style fixes
2016-04-27 09:47:36 +07:00
Jan-Christoph Borchardt 0772bee15f do not expand sidebar to full width on mobile, but up the min-width, fix #19915 2016-02-25 21:46:47 +07:00
jowi 05e6dd9c1a fixed fallbacks and code style 2016-01-02 19:43:09 +07:00
Hendrik Leppelsack b2d2b52eea remove unneeded css prefixes 2015-11-23 09:03:54 +07:00
Jan-Christoph Borchardt 83c177fc1b move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +07:00
Vincent Petry bc727d67ca Make sidebar properly fullscreen in mobile/compact mode 2015-10-05 17:34:28 +07:00
Jan-Christoph Borchardt 0c32eab904 fix name autocomplete not showing on mobile, fix #18551 2015-09-25 18:09:43 +07:00
Jan-Christoph Borchardt 5a6b10ae6f only show search icon on desktop, like on mobile 2015-08-26 09:35:12 +07:00
Jan-Christoph Borchardt 4ba8685c2d adjust search box style 2015-08-24 15:52:32 +07:00
Vincent Petry ae27f90efe Fix app-content scrollbar when app-sidebar is open 2015-08-07 01:22:45 +07:00
Arthur Schiwon 5af59c6871 rename sidebar element and use css and js utility functions to core 2015-08-07 01:22:43 +07:00
Jan-Christoph Borchardt a8b51fdcbd fix app menu not showing on mobile, fix #16844 2015-06-10 13:43:12 +07:00
Jan-Christoph Borchardt 78a0464354 replace logo-wide on share page as well with better icon + text 2015-05-22 00:04:47 +07:00
Jan-Christoph Borchardt ad596a0198 further adjustments of header and dropdown styles 2015-03-26 00:41:41 +07:00
Jan-Christoph Borchardt 090eb832f0 do not show update notification on mobile, fix overlapping of header menus, fix #10544 2015-03-25 12:43:05 +07:00
Volker E 0e4d52f9d2 fixing #15027, cleaning up obsolete IE5-7 workaround code 2015-03-19 09:10:58 +07:00
Bernhard Posselt c9012be0b6 Add app utilities - CSS menus for sidebar
* has-menu, has-count
* use active for has-menu to show it
* use open for action popup to show up
* inactive buttons have less opacity
* borders for edit input
* use z-index for app content on mobile to prevent navigation items from sticking out
2014-08-31 17:42:54 +07:00
Jan-Christoph Borchardt 79305a0476 also fix filepicker for smaller screen sizes 2014-07-31 17:35:32 +07:00
Jan-Christoph Borchardt 3013b26092 improve look of search on mobile, save space in top bar 2014-07-24 14:38:19 +07:00
Jan-Christoph Borchardt e5f68bafb9 for shared links, use wide logo on desktop and icon on mobile 2014-07-03 12:20:44 +07:00
Jan-Christoph Borchardt 18cd80426b fix animation of sidebar and prevent horizontal scrollbar, fix #9284 2014-07-02 22:46:08 +07:00
Jan-Christoph Borchardt ed37573822 allow horizontal scrollbar in settings to make user mgmt usable on mobile 2014-07-02 16:13:20 +07:00
Jan-Christoph Borchardt c483fb2f04 prevent overflow in user management controls bar, fix #9277 2014-07-02 16:07:55 +07:00
Vincent Petry 8aa51a69fa Removed unused padding-right of the controls bar
Removing this doesn't affect the controls bar visually but does affect
the breadcrumb calculation when getting available width.
2014-06-24 16:32:18 +07:00
Morris Jobke b75fe439e7 fix CSS for upload button - fixes #8939 2014-06-16 13:51:49 +07:00
Jan-Christoph Borchardt ecdfea241f fix left padding of controls bar for apps without navigation 2014-06-06 12:28:28 +07:00
Jan-Christoph Borchardt 23c83c076c unify controls bar, remove duplicate from user management 2014-06-06 12:22:09 +07:00
Vincent Petry b2bae9313d Fixed viewer mode for sidebar swipe 2014-06-06 10:04:28 +07:00
Jan-Christoph Borchardt 5d02b5663b prevent scrollbar when sidebar is open 2014-06-06 09:44:16 +07:00
Jan-Christoph Borchardt 9063a25bb4 slightly widen sidebar to 250px, works better with apps and on mobile 2014-06-05 21:19:28 +07:00
Jan-Christoph Borchardt 9748597215 remove prevention of scrollbar, breaks some pages 2014-06-05 17:47:14 +07:00
Jan-Christoph Borchardt 2163d556bf prevent horizontal scrollbar 2014-06-05 17:28:01 +07:00
Jan-Christoph Borchardt 990405d6ee fix position of sidebar toggle, fix Files controls position problems 2014-06-05 17:21:49 +07:00
Jan-Christoph Borchardt 86a9cb2a6b add app sidebar toggle and swipe on mobile 2014-06-05 13:19:56 +07:00
Jan-Christoph Borchardt 3b3b0f6e2e show appname on mobile since now there's enough space 2014-06-04 14:38:25 +07:00
Jan-Christoph Borchardt 934048b32c reduce font size of appname in header 2014-06-04 14:38:25 +07:00
Jan-Christoph Borchardt e27a409287 show appname next to logo for better hint at navigation 2014-06-04 14:29:46 +07:00
Jan-Christoph Borchardt 35308f5b09 hide navigation by default, not only on small screens, first step 2014-06-04 14:29:46 +07:00
Jan-Christoph Borchardt 16e81c1d37 shift files app breadcrumbs to account for missing app list 2014-06-02 15:26:18 +07:00
Jan-Christoph Borchardt 60efa0f1c8 Merge pull request #8140 from owncloud/login-valign
Vertically align public layout to better fit small mobile screens
2014-05-15 15:06:52 +07:00