[obs-commits] [openSUSE/open-build-service] 35e650: Apply same css classes to code tag
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 35e650a9f3815ecf290407e6e17ec214c7e7705d https://github.com/openSUSE/open-build-service/commit/35e650a9f3815ecf290407... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/assets/stylesheets/webui2/comments.scss Log Message: ----------- Apply same css classes to code tag In the comments we also create code tags when using ` ticks so we also need to apply the same CSS classes to the code tag. Commit: dede5ebab7ffe044648ca0a583161cad022e5de2 https://github.com/openSUSE/open-build-service/commit/dede5ebab7ffe044648ca0... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/views/webui2/webui/comment/_content.html.haml Log Message: ----------- Hide user icon for XS displays To ident the comments we use bootstraps media object. However, on small screens the indentation does not make sense as the input field gets smaller and smaller. Therefore we just disable the indentation on XS screens. This is done by applying the bootstrap display CSS classes to the user image. Fix #5981. Commit: a0ea4dbbe1b45d4c6736e31f5fbda522a9d49842 https://github.com/openSUSE/open-build-service/commit/a0ea4dbbe1b45d4c6736e3... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/views/webui2/webui/comment/_content.html.haml Log Message: ----------- Swap unless with if statement because it is easier to understand than a negation when just checking smaller / greater than. Commit: 121458faac002e2306dbe148e38254bbaf9eceb5 https://github.com/openSUSE/open-build-service/commit/121458faac002e2306dbe1... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/assets/stylesheets/webui2/comments.scss M src/api/app/views/webui2/webui/comment/_content.html.haml Log Message: ----------- Merge pull request #5997 from ChrisBr/bootstrap/comments Fix several bootstrap issues for comments Compare: https://github.com/openSUSE/open-build-service/compare/f33af95fc9d0...121458... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Christian Bruckmayer