mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
feat: fix header overflow and account disappear bug, improve UI, optimize touchscreen experience (#187)
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
This commit is contained in:
@ -27,10 +27,15 @@
|
||||
#parent-area {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
background-color: #f5f5f5;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#content-wrap {
|
||||
padding-bottom: 70px; /* Footer height */
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#footer {
|
||||
@ -43,9 +48,10 @@
|
||||
.language_box {
|
||||
background: url("https://cdn.casbin.org/img/muti_language.svg");
|
||||
background-size: 25px, 25px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin: 22px 20px 16px 20px;
|
||||
background-position: center;
|
||||
background-repeat:no-repeat;
|
||||
width: 45px;
|
||||
height: 65px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
@ -58,3 +64,10 @@
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
}
|
||||
|
||||
.content-warp-card{
|
||||
box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.14);
|
||||
margin: 5px 5px 5px 5px;
|
||||
flex:1;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
Reference in New Issue
Block a user