Fix link location and css small improvement

This commit is contained in:
barsdeveloper
2025-01-26 20:31:10 +02:00
parent 9985071d61
commit dd81356d68
10 changed files with 38 additions and 26 deletions

View File

@@ -5,3 +5,11 @@
@use "ueb-pin.scss";
@use "ueb-ui-controls.scss";
@use "ueb-window.scss";
/* To improve a bit performance */
.ueb-zoom--2 * {
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
text-shadow: none !important;
}