File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,12 @@ export default {
163163script >
164164
165165<style  lang="scss" scoped>
166+ .notifications :not (:empty ) ~ #unified-search  {
167+ 	order -1 ; 
168+ 	.header-menu__carret  { 
169+ 		right 175px  ; 
170+ 	} 
171+ } 
166172.header-menu  {
167173	& __trigger  { 
168174		display flex ; 
@@ -184,10 +190,10 @@ export default {
184190	} 
185191
186192	& __wrapper  { 
187- 		position absolute ; 
193+ 		position fixed ; 
188194		z-index 2000 ; 
189195		top 50px  ; 
190- 		right -150 px  
196+ 		right 0 ; 
191197		box-sizing border-box ; 
192198		margin 0 ; 
193199		border-radius 0  0  var (--border-radius ) var (--border-radius ); 
@@ -198,7 +204,7 @@ export default {
198204
199205	& __carret  { 
200206		position absolute ; 
201- 		right 165 px  
207+ 		right 128 px  
202208		bottom 100%  ; 
203209		width 0 ; 
204210		height 0 ; 
@@ -211,7 +217,7 @@ export default {
211217	& __content  { 
212218		overflow auto ; 
213219		width 350px  ; 
214- 		max-width 350 px  
220+ 		max-width 100 vw  
215221		min-height calc (44px   *  1.5 ); 
216222		max-height calc (100vh   -  50px   *  2 ); 
217223	} 
Original file line number Diff line number Diff line change 103103			</div>
104104
105105			<div class="header-right">
106- 				<div id="unified-search"></div>
107106				<div id="notifications"></div>
107+ 				<div id="unified-search"></div>
108108				<div id="contactsmenu">
109109					<div class="icon-contacts menutoggle" tabindex="0" role="button"
110110					aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false">
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments