mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-06 07:00:12 +00:00
feat: add device selection and removal functionality in SecurityDevicesPage
This commit is contained in:
@@ -1520,8 +1520,12 @@
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.authorized-devices-col-select {
|
||||
width: 4%;
|
||||
}
|
||||
|
||||
.authorized-devices-col-device {
|
||||
width: 28%;
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
.authorized-devices-col-type {
|
||||
@@ -1544,6 +1548,12 @@
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
.authorized-device-checkbox {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
accent-color: #2563eb;
|
||||
}
|
||||
|
||||
.authorized-devices-table td:first-child {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user