aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/mobile.scss
Commit message (Collapse)AuthorAgeFilesLines
* feature: first take on using the viewer to render single file sharesMax2022-08-251-1/+0
| | | | Signed-off-by: Max <max@nextcloud.com>
* Replace files app ids to classesVincent Petry2022-07-261-5/+5
| | | | | | | | | | | 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>
* Migrate apps scssJohn Molakvoæ2022-05-131-1/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)2018-11-141-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix indentation of CSSMorris Jobke2018-11-071-6/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Moves the terms of service into a dialogMichael Weimann2018-11-071-3/+0
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Inlines the share note for file dropsMichael Weimann2018-11-071-0/+9
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Do not hide primary action textJulius Härtl2018-04-051-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show and hide menu via Javascript, thanks @skjnldsvJan-Christoph Borchardt2017-11-011-0/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix display of Download entry textJan-Christoph Borchardt2017-11-011-5/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Improve menu CSSMorris Jobke2017-04-191-7/+0
| | | | | | | | * fix mess with menus and actions in the files app * reduces amount of !important usages * keeps the behaviour on mobile as well as on desktop Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-0/+62
This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>