Update Device Code page's CSS

This commit is contained in:
redphx 2024-08-01 17:51:37 +07:00
parent 654862fd1c
commit eb340e7f2a
2 changed files with 17 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -211,3 +211,17 @@ div[class*=SupportedInputsBadge] {
user-select: none;
-webkit-user-select: none;
}
/* Device Code page */
#root {
section[class*=DeviceCodePage-module__page] {
margin-left: 20px !important;
margin-right: 20px !important;
margin-top: 20px !important;
max-width: 800px !important;
}
div[class*=DeviceCodePage-module__back] {
display: none;
}
}