The padding between the fork and watch button is missing, and it looks a little off. The drop down on unwatching the project is way too big and little inconsistent.
fork
watch
unwatching
Agreed :) will change it right away :D
@farhaan hey, if you try to press the watch button here - https://pagure.io/pagure then there is no problem ( as in this bug is invalid ) ->
But only if you press the watch button on any particular issue or pr - eg here - https://pagure.io/pagure/issue/1655 then this bug is valid :)
Basically the emojione.sprites.css is overriding the fedora-bootstrap.css on issue page. BTW It is also overriding the style of users drop down.
@aarapov you are absolutely correct :smile: but if we remove the link to emojione.sprites.css from the header(this bug gets solved) but then the emoji's in the comments look small and wierd :disappointed:
@pingou : any suggestions on how to solve this one ? :)
@rahulbajaj I have a suggestion you can write the styling with .dropdown-menu.watch-menu{}. It will be not overridden by the emojione.sprites.css style or you can use the home id like #home .dropdown-menu if the home will be in all pages which is indeed in all pages. The second will also help for the user's dropdown.
.dropdown-menu.watch-menu{}
home
#home .dropdown-menu
@aavrug thanks for your suggestion :)
Is this what was expected ? : https://pagure.io/pagure/pull-request/1684
@rahulbajaj Yea this should work fine. Have you tested it?
@aavrug Yes, i have tested it :thumbsup:
Fixed by @rahulbajaj in https://pagure.io/pagure/pull-request/1684
@pingou changed the status to Closed
Closed