This commit is contained in:
Luca Jäntsch
2019-05-27 16:35:56 +02:00
parent f7a8f28c4c
commit c4c36b2787
8 changed files with 203 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ html,body{
background-color:#353b48;
height:50px;
line-height: 50px;
display:flex;
select{
height: 42px;
border: 0;
@@ -25,6 +26,9 @@ html,body{
border: 1px solid #454545;
margin: 5px;
padding: 5px;
&.disappear{
opacity: 0;
}
.user_img{
img{
width:200px;