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> */
|
/* HTML: <div class="loader"></div> */
|
||||||
.fc-loader {
|
.fc-loader {
|
||||||
width: 35px;
|
width: 26px;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fc-loader svg path {
|
.fc-loader svg path {
|
||||||
stroke-width: 7px;
|
stroke-width: 5px;
|
||||||
stroke: #008eff;
|
stroke: #008eff;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="rooot">
|
<div id="root">
|
||||||
<div class="fc-preload">
|
<div class="fc-preload">
|
||||||
<div class="fc-loader">
|
<div class="fc-loader">
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user