This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/web_src/less
Gusted 9691d43101
Fix dashboard switching on Mobile (#20238)
- This is a regression of improving mobile experience on Gitea, currently organization dashboard aren't readable and the popup won't show up when you want to switch between users/organization(as we saw in #19978). 
- This patch fixes that, by allowing the popup to allocate the required pixels(for some absurd reason, z-index doesn't work on the popup, so it's not able to render over the existing elements, we can investigate later of why this is). And also remove the additional dropdown menu for the pages link, so it's one unified list which then can be displayed as rows.
2022-07-28 20:40:23 +02:00
..
chroma Make .cs highlighting legible on dark themes. (#19604) 2022-05-04 16:58:38 +08:00
code
codemirror
console Add support for rendering terminal output with colors (#19497) 2022-06-09 00:46:39 +03:00
features Changed scroll to auto for some UI elements. (#20294) 2022-07-10 20:58:26 +08:00
markup
modules Use tippy.js for context popup (#20393) 2022-07-19 00:33:34 +02:00
shared Display project in issue list (#20434) 2022-07-26 15:42:23 +02:00
standalone
themes Use body text color in repository files table links (#20386) 2022-07-22 18:49:24 +08:00
_admin.less Changed scroll to auto for some UI elements. (#20294) 2022-07-10 20:58:26 +08:00
_base.less Fix dashboard switching on Mobile (#20238) 2022-07-28 20:40:23 +02:00
_dashboard.less Fix dashboard switching on Mobile (#20238) 2022-07-28 20:40:23 +02:00
_editor.less
_explore.less
_font_i18n.less
_form.less Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#19861) 2022-06-03 17:38:26 -04:00
_home.less
_install.less
_organization.less Add RSS Feed buttons to Repo, User and Org pages (#19370) 2022-04-24 22:03:39 +02:00
_repository.less Use body text color in repository files table links (#20386) 2022-07-22 18:49:24 +08:00
_review.less Replace unstyled meter with progress (#19968) 2022-06-15 12:28:24 +08:00
_svg.less
_tribute.less
_user.less Changed scroll to auto for some UI elements. (#20294) 2022-07-10 20:58:26 +08:00
animations.less Improve reviewing PR UX (#19612) 2022-05-07 01:35:12 -04:00
helpers.less Fix Pull Request comment filename word breaks (#19535) 2022-04-29 12:30:54 +03:00
index.less Use tippy.js for context popup (#20393) 2022-07-19 00:33:34 +02:00
variables.less