remove annoying increase, decrease button to totp

This commit is contained in:
jasinco 2025-06-19 00:28:35 +08:00
parent 1370759ff2
commit e3d5477bdf

View file

@ -12,6 +12,13 @@
crossorigin="anonymous"></script> crossorigin="anonymous"></script>
<script src="/admin/panel/api.js"></script> <script src="/admin/panel/api.js"></script>
</head> </head>
<style>
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
</style>
<body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center"> <body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center">
<div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]"> <div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]">