mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix Issue & Pull Request comment headers on mobile (#13039)
Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
		@@ -996,11 +996,9 @@
 | 
			
		||||
            position: relative;
 | 
			
		||||
            color: #767676;
 | 
			
		||||
            background-color: #f7f7f7;
 | 
			
		||||
 | 
			
		||||
            .text {
 | 
			
		||||
              padding-top: 10px;
 | 
			
		||||
              padding-bottom: 10px;
 | 
			
		||||
            }
 | 
			
		||||
            display: flex;
 | 
			
		||||
            justify-content: space-between;
 | 
			
		||||
            align-items: center;
 | 
			
		||||
 | 
			
		||||
            &.arrow-top::before,
 | 
			
		||||
            &.arrow-top::after {
 | 
			
		||||
@@ -1017,11 +1015,16 @@
 | 
			
		||||
              left: 7px;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .actions a {
 | 
			
		||||
              color: rgba(0, 0, 0, .4);
 | 
			
		||||
            .actions {
 | 
			
		||||
              display: flex;
 | 
			
		||||
              padding: 0 .5rem;
 | 
			
		||||
 | 
			
		||||
              &:hover {
 | 
			
		||||
                color: rgba(0, 0, 0, .8);
 | 
			
		||||
              a {
 | 
			
		||||
                color: rgba(0, 0, 0, .4);
 | 
			
		||||
 | 
			
		||||
                &:hover {
 | 
			
		||||
                  color: rgba(0, 0, 0, .8);
 | 
			
		||||
                }
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user