1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00
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:
Mathieu 2021-09-17 19:42:34 +02:00 committed by GitHub
parent 09c5ba0d06
commit dba8a66575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}