mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-31 08:46:16 +00:00
Chore: Fix lint
This commit is contained in:
parent
79b38e0e7b
commit
cea894cc6d
1 changed files with 4 additions and 4 deletions
|
@ -48,14 +48,14 @@ export default {
|
||||||
.filter-dropdown-menu {
|
.filter-dropdown-menu {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
padding: 5px 0px !important;
|
padding: 5px 0 !important;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0px auto auto 0px;
|
inset: 0 auto auto 0;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
transform: translate(0px, 36px);
|
transform: translate(0, 36px);
|
||||||
box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue