mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Reorder subscriptions.scss to group sub-info-box *.
				
					
				
			This commit is contained in:
		@@ -658,11 +658,6 @@ form#add_new_subscription {
 | 
			
		||||
    position: relative;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .top-bar > div {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    vertical-align: top;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .top-bar .stream-name,
 | 
			
		||||
.stream-row .sub-info-box .bottom-bar .description {
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
@@ -670,10 +665,6 @@ form#add_new_subscription {
 | 
			
		||||
    text-overflow: ellipsis;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .top-bar .stream-name {
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .top-bar .subscriber-count,
 | 
			
		||||
.stream-row .sub-info-box .bottom-bar .stream-message-count {
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
@@ -686,9 +677,13 @@ form#add_new_subscription {
 | 
			
		||||
    margin-right: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .bottom-bar > div {
 | 
			
		||||
.stream-row .sub-info-box .top-bar > div {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    vertical-align: bottom;
 | 
			
		||||
    vertical-align: top;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .top-bar .stream-name {
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .bottom-bar {
 | 
			
		||||
@@ -696,6 +691,11 @@ form#add_new_subscription {
 | 
			
		||||
    line-height: 1.5;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row .sub-info-box .bottom-bar > div {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    vertical-align: bottom;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stream-row.active {
 | 
			
		||||
    background-color: hsl(0, 0%, 93%);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user