mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	styles: Delete useless rules for stream and topic names.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit b0c1b2c37f)
			
			
This commit is contained in:
		
				
					committed by
					
						
						Alex Vandiver
					
				
			
			
				
	
			
			
			
						parent
						
							0a225401ed
						
					
				
				
					commit
					047be276e9
				
			@@ -136,27 +136,16 @@ li.show-more-topics {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .subscription_block {
 | 
			
		||||
        padding: 0;
 | 
			
		||||
        margin-right: 25px;
 | 
			
		||||
        margin-left: $far_left_gutter_size;
 | 
			
		||||
        display: flex;
 | 
			
		||||
        justify-content: space-between;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
        white-space: nowrap;
 | 
			
		||||
        text-overflow: ellipsis;
 | 
			
		||||
        overflow: hidden;
 | 
			
		||||
 | 
			
		||||
        &::after {
 | 
			
		||||
            content: "";
 | 
			
		||||
            display: block;
 | 
			
		||||
            clear: both;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .stream-name {
 | 
			
		||||
            flex: auto;
 | 
			
		||||
            overflow-x: clip;
 | 
			
		||||
            text-overflow: ellipsis;
 | 
			
		||||
            position: relative;
 | 
			
		||||
            min-width: 0;
 | 
			
		||||
            padding-right: 2px;
 | 
			
		||||
        }
 | 
			
		||||
@@ -570,7 +559,6 @@ li.topic-list-item {
 | 
			
		||||
.pm-box,
 | 
			
		||||
.topic-box {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
    padding-top: 1px;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user