This commit is contained in:
iFargle
2023-03-21 20:47:01 +09:00
parent 5dde054586
commit 26917bbf8a

View File

@@ -46,4 +46,11 @@ li.dropdown-oidc-collection{
.datepicker-modal {
width: max-content !important;
}
#nav-search{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}