mirror of
https://github.com/jech/galene.git
synced 2024-11-12 19:55:59 +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;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile {
|
|
||||||
width: 230px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-logo {
|
.profile-logo {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
@ -992,7 +988,7 @@ h1 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
height: calc(100% - 56px);
|
height: calc(100% - 56px);
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue