File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4343	.notification-wrapper  {
4444		display flex ;
4545		flex-direction column ;
46+ 		margin-bottom 44px  ;
47+ 		max-height calc (100vh   -  50px   *  4  -  44px  ) !important ;
4648	}
4749
4850	.emptycontent  {
5860		color var (--color-text-maxcontrast );
5961		border-top 1px   solid  var (--color-border );
6062		padding 10px  ;
63+ 		width calc (100%   -  10px   *  2 );
64+ 		position absolute ;
65+ 		bottom 0px  ;
66+ 		background-color var (--color-main-background );
6167
6268		& :hover ,
6369		.icon-close  {
Original file line number Diff line number Diff line change 3030							:object-type =" n.object_type" 
3131							@remove =" onRemove" 
3232					</transition-group >
33- 					<li  v-if =" notifications.length > 2 " 
33+ 					<li  v-if =" notifications.length > 0 " 
3434						<div  class =" dismiss-all" @click =" onDismissAll" 
3535							<span  class =" icon icon-close svg" :title =" t('notifications', 'Dismiss all notifications')" 
3636						</div >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments