Add shadow and transition
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -14,12 +14,20 @@ div.menu-button > span {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.card {
|
||||
.menu {
|
||||
max-height: 100vh;
|
||||
transition: max-height 0.2s;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 0 20px rgba(0,0,0,.3);
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
right:0;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding:0.5rem;
|
||||
min-width: 10rem;
|
||||
min-width: 10rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.username {
|
||||
@@ -34,5 +42,5 @@ div.menu-button > span {
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
max-height: 0;
|
||||
}
|
Reference in New Issue
Block a user