Skip to content

Conversation

@silverwind
Copy link
Member

  • Prevent jump in layout when selecting the first issue
  • Remove useless padding on top of first issue

screenshot 2019-02-26 at 22 53 30

- Prevent jump in layout when selecting the first issue
- Remove useless padding on top of first issue
#issue-actions {
margin-top: -1rem !important; // counteract padding from Semantic
}

Copy link
Member Author

@silverwind silverwind Feb 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extra margin comes from Semantic's .ui .grid + .grid. I was not able to overrule their rule with a margin-top: 0 for some reason, so I went with this instead.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Feb 26, 2019
@techknowlogick techknowlogick added the topic/ui Change the appearance of the Gitea UI label Feb 26, 2019
@techknowlogick techknowlogick added this to the 1.8.0 milestone Feb 26, 2019
@codecov-io
Copy link

codecov-io commented Feb 26, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@a121497). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #6196   +/-   ##
=========================================
  Coverage          ?   38.87%           
=========================================
  Files             ?      354           
  Lines             ?    50192           
  Branches          ?        0           
=========================================
  Hits              ?    19510           
  Misses            ?    27857           
  Partials          ?     2825

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a121497...43b4fcb. Read the comment docs.

@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Feb 27, 2019
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 27, 2019
@zeripath zeripath merged commit b1ffe7e into go-gitea:master Feb 27, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/ui Change the appearance of the Gitea UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants