Update Loader Styles and Fix HTML Element ID
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
- Adjusted the loader width from 35px to 26px and stroke width from 7px to 5px for improved visual consistency. - Corrected the HTML element ID from "rooot" to "root" to ensure proper functionality.
This commit is contained in:
parent
a6624b8a4c
commit
6895f21c20
@ -23,7 +23,7 @@
|
||||
|
||||
/* HTML: <div class="loader"></div> */
|
||||
.fc-loader {
|
||||
width: 35px;
|
||||
width: 26px;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.fc-loader svg path {
|
||||
stroke-width: 7px;
|
||||
stroke-width: 5px;
|
||||
stroke: #008eff;
|
||||
}
|
||||
</style>
|
||||
@ -42,7 +42,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="rooot">
|
||||
<div id="root">
|
||||
<div class="fc-preload">
|
||||
<div class="fc-loader">
|
||||
<svg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user