summaryrefslogtreecommitdiffstats
path: root/css
AgeCommit message (Collapse)Author
2023-04-26fix(chat): Fix missing avatar icon for mention bubbles in chat inputJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-13Fix conversation icon for smart pickerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-20Replace custom component with new RichContenteditableGrigorii Shartsev
Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
2023-02-20Replace custom component with new RichContenteditableDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-13Fix dashboard icon on dark mode againJoas Schilling
There was a generic filter in the past, but it was removed with https://github.com/nextcloud/server/commit/1d35a53991f356976d78b8053651737821502687 So now we apply the filter at our best knowledge Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-09Merge pull request #7865 from ↵Marco
nextcloud/adjust-public-share-page-to-layout-changes-in-nextcloud-25 Adjust public share page to layout changes in Nextcloud 25
2022-09-09Adjust public share authentication page to layout changes in NC25Daniel Calviño Sánchez
The content now has a fixed position to be always centered in the page. However, in order to add the Talk sidebar the content in the public share authentication page needs to be "pushed" to the left when the sidebar is added, so the content position needs to have a relative position instead (which also keeps the same appearance of the fixed position when the Talk sidebar is not shown yet). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07Fix Talk sidebar overlapping the PDF viewerDaniel Calviño Sánchez
The iframe of the PDF viewer is shown with an absolute position and full width and height, so it takes the size of the first parent with a relative or fixed position. That parent was the main content element, which is also a parent of the sidebar and therefore its size includes it, so the iframe filled the content and extended behind the sidebar. To solve that now a relative position is set for #app-content, which is a sibling of the sidebar and therefore prevents the iframe from overlapping it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07Adjust public share page to layout changes in Nextcloud 25Daniel Calviño Sánchez
The content now has an explicit width and height set in the server style that takes into account the margins, so it does not need to be overriden. The footer, on the other hand, now has a fixed position, but as the element is moved into the #app-content when the Talk sidebar is loaded it needs to be set as relative instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-16Fix the talk dashboard icon on dark modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-11Fix missing Talk sidebar trigger in public share pagesDaniel Calviño Sánchez
Since the removal of SCSS files the "menu-people" icon can no longer be used directly with a CSS class. However, it is available as a Vue component; although it would be possible to directly render the Vue component for the icon inside the button element the whole button is moved to Vue instead, as the other approach requires more fighting with the styles. As the icon will be shown with a transparent background on the header, which uses the primary color, the fill color of the icon needs to be explicitly set to the primary text color. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-12Move settings-admin.scss to vue filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix commentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix stylelintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Transform conversation icons to CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove more iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix lobby iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove more unused iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Replace view icons with material design iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove ConversationIcon overlaysJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove hack that seems to not be needed anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove more unused iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Restore last topbar iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move app navigation toggle handling to the app fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Translate icon in mentions of chat input and messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove remenants from call button iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Replace reply button icon with material designJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move critical delete action to material design iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Translate simple rulesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move app.scss into App.vueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move publicshare files to CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix stylelintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move At.scss to At.cssJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix stylelint rulesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move unified search to simple CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-10Move 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>