Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-14Fix regression in file sidebarCarl Schwan
See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-13Fix svg icons disapearing in app navigation when text overflowsCarl Schwan
The issue is caused by the icon being positionned with negative margins and the `overflow: hidden` rule when hide the icon when the text overflows. Remove positioning with negative margins. This was only happening in Firefox. This fix #23849 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-01design fixes to app-settings buttonszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2020-08-05Adjust entry highlights of navigation and menus based on Vue component styleJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-04-10Use the primary element color in case it primary color is too brightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-09Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779Georg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-06prevent the server's app-navigation's css to overrule the scoped css in vue ↵Marco Ambrosini
components Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-07-19Add border-top to settings menu when its openGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-17Add border-top to settings menu when its open ref #16076Greta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-30CSS: adjust media query breakpoint to improve tablet readabilitynacho
see https://github.com/nextcloud/news/pull/467
2019-05-22Remove divider in app content list (Mail, Contacts, …)Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-05-06Fix collapse button in app navigation in IE11Daniel Calviño Sánchez
Although the collapse button has an absolute position Internet Explorer 11 needs the left position of that button to be explicitly set to 0 (other browsers do it implicitly due to the absolute position); otherwise the button appears to the right of the link (and behind the app content). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-02-13Fix corners that are cut in popup menu in SafariMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-29Popovermenu size fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-07Make the nav bullet transparent selector more specificMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-11-29Remove animation on the sidebar for accessibility purposeJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29Fix app navigation edit entryJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-22Fix navigation more menu background for dark themeJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-21Do not show tab headers marked as hiddenDaniel Calviño Sánchez
Tab headers that should not be shown are marked with the "hidden" CSS class. The CSS rules set "display: none" for ".hidden" elements, but as the rules for ".tabHeaders .tabHeader" are more specific than rules for ".hidden" the "display" property is overriden and ends being "flex". Therefore, it is necessary to explicitly set a rule for ".tabHeaders .tabHeader.hidden" elements. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-19Fix updatenotifications display, dependencies and cspJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-14Allow apps to use the variables tooJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-14Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-02Fix popover menu alignment in listJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01Fix design of tabs in sidebarJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-28fixup! CleanupJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23Headings standardJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke
Change typeface to Nunito
2018-10-20Use normal text color for sections now that it's not full blackJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-19Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-18Add icon to file sidebar tabsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-02Change heading weights from Light to Semibold for better information ↵Jan-Christoph Borchardt
architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-09-25Fix default flex shrink on listJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-04Fix size of icons in menus inside apps when shown as imagesDaniel Calviño Sánchez
Some popover menus, like the contacts menu, still show their icon using an img element. The main CSS rules assume that a "content-box" sizing is being used, and thus set the size and padding of the image to add up to the line height. However, ".app-*" descendants use a "border-box" sizing, so when a menu with an image was shown in an app the icon was not properly shown. Now both the width and height of the image is set to the item height in those cases, which causes the visible size of the icon to be the item height minus the padding (the same as when "content-box" sizing is used). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-31Fix overflow x scroll on app content listJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-20Move collapsible triangle to svg apiJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-19Adds a vendor prefix for position stickyMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-16Merge pull request #10608 from nextcloud/header-menu-fixesJulius Härtl
Fix header menu & contact popover
2018-08-09TypoJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-09Fix header menu & contact popoverJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-06POpovermenu fix and token settings design fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03Merge pull request #10519 from nextcloud/min-height-wrapperRoeland Jago Douma
Min height 100% on content-wrapper
2018-08-03Min height 100% on content-wrapperJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03Fixed design zindexJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-02Merge pull request #10482 from nextcloud/content-list-checkbox-visibility-fixRoeland Jago Douma
Only show checkbox on hover/focus + accessibility fixes
2018-08-02Add class to show all checkboxesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-01No margin left if the navigation is hiddenJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-01Only show checkbox on hover/focus + accessibility fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-01Merge pull request #10448 from nextcloud/list-opacity-fixRoeland Jago Douma
Only lower opacity of the avatar if the checkbox is checked on the content-list
2018-07-30Only lower opacity of the avatar if the checkbox is cheked on the content-listJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-30Mobile scroll fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>