small ss adjusment

This commit is contained in:
simplonco
2023-01-16 00:40:45 +01:00
parent 134fa0fef4
commit 9a08c305cb

View File

@@ -29,17 +29,6 @@
<style> <style>
/*
- default config
- for btn list
- for transparent btn
- for deactivated btn
- for icon
- for 3 dots btn
- for close btn
- for back btn
*/
/* default config /* default config
*/ */
@@ -170,10 +159,10 @@
.close::before { .close::before {
content: ""; content: "";
position: absolute; position: absolute;
top: calc(50% - 1px); top: calc(50% - var(--lines_width) / 2);
left: 5px; left: 5px;
width: 20px; width: 20px;
height: 2px; height: var(--lines_width);
background-color: var(--lines_color); background-color: var(--lines_color);
} }