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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)Author
2022-04-13Fix tab iconmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-01-11Fix some more importsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-17Fix "Close sidebar" buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17Fix missing icons from call button in the topbarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-11Move call layout switcher into localmediacontrolsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-07-08Fix date picker z-indexVincent Petry
To make it appear on top of the settings modal. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-19Fix jumping UI glitchMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-02-15Fix missing delete iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03Replace video button icon with material design iconVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01Replace mute icon with material design iconVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-22Fix description icon sizesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26More size fixingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26Fix mentions layoutMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26Ellipsis long status messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Add a description to the admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17Load all iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-05Fix status styling on active element on mentionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03Conversations in Unified SearchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26… menu icon in app navigation is white when in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Add drop shadow again on icons in the topbar tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Make the fullscreen icon not forced white anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Fix three dot color when in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Fix stylelintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Make the app-navigation-toggle forced white when in-callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Fix the icons to right path and always whiteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Add iconsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-04Fix the icon colors for dark mode and normal modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-21Add promoted view iconMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-04-14Fix broken conversation icons and CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-25Make icon-search visible againMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-24Fix search iconMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-02-20Add an icon to the call button to draw more attentionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-18Fix icon in dark modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-17Add "Go to file" link to conversation infoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-11Bring back the fullscreen optionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-07Add a red camera icon for conversations with an ongoing callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-24Require confirmation before deleting a conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-16Fix icons in chat tab of Files appDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16Replace dummy sidebar contents with CallView and ChatViewDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16Add dummy Talk sidebar to public share pageDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-16Fix autocompletion of mentions in public share auth pageDaniel Calviño Sánchez
The autocompletion panel is reparented to the body element and placed using an absolute position. However, as the body element used a flex layout the absolute position of the panel was ignored. Therefore now all the body elements are wrapped in another div element, which becomes the flex element and acts like the body element, so the real body element is no longer flex and reparenting the autocompletion panel to it then works as expected. Besides that the CSS for the autocompletion panel were not included in public share auth pages. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-15Merge pull request #2744 from nextcloud/bugfix/noid/remove-unused-cssJoas Schilling
Remove more unused css
2020-01-15Merge pull request #2732 from ↵Joas Schilling
nextcloud/bugfix/2688/add-ability-to-password-protect-conversations Password protect group conversations
2020-01-14Remove more unused cssJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-14Use CSS and JS from the server so the auth page is automatically fixedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-14Replace dummy sidebar contents with CallView and ChatViewDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-14Add dummy Talk sidebar to public share auth pageDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-13Fix colors of icons in the modalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-13Merge pull request #2711 from nextcloud/bugfix/noid/remove-unused-scss-filesJoas Schilling
Remove unused SCSS files
2020-01-10Merge pull request #2669 from nextcloud/add-call-view-to-sidebar-in-files-appJoas Schilling
Add call view to sidebar in Files app