Critical fix in css

main
Inga 🏳‍🌈 14 years ago
parent 7818364e8c
commit 91115fc5c5
  1. 2
      static/css/modern/global.css

@ -42,12 +42,12 @@ pre
height:expression((this.scrollHeight >= 90) ? '90px' : 'auto');
max-width:6em;
width:expression((this.scrollHeight >= 90) ? '90px' : 'auto');
overflow:hidden;
}
.userbarcontainer {
border:none;
max-width:6em;
width:expression((this.scrollHeight >= 90) ? '90px' : 'auto');
overflow:hidden;
margin:5pt;
}
.userbar_additionalcontainer {

Loading…
Cancel
Save