mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix #108
Change line 991 is a no-brainer, no side effect. About removing .profile rule line 51 : I can't see the use of fixing the width for .profile to 230px. It seems to be ok to remove this rule.
This commit is contained in:
parent
09c5ba0d06
commit
dba8a66575
1 changed files with 1 additions and 5 deletions
|
@ -48,10 +48,6 @@
|
|||
background-color: #eee;
|
||||
}
|
||||
|
||||
.profile {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
.profile-logo {
|
||||
float: left;
|
||||
width: 50px;
|
||||
|
@ -992,7 +988,7 @@ h1 {
|
|||
padding: 10px;
|
||||
background: #fff;
|
||||
height: calc(100% - 56px);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue