major update

This commit is contained in:
naielv
2025-12-12 19:13:53 +01:00
parent cca21ac3d3
commit 60a7649c36
28 changed files with 917 additions and 854 deletions

View File

@@ -1,18 +0,0 @@
{
"theme_color":"#23365e",
"background_color":"#ffffff",
"icons":[
{"purpose":"maskable","sizes":"512x512","src":"icon512_maskable.png","type":"image/png"},
{"purpose":"any","sizes":"512x512","src":"icon512_rounded.png","type":"image/png"}
],
"orientation":"portrait",
"display":"standalone",
"dir":"auto",
"lang":"es-ES",
"start_url":"index.html",
"scope":"/",
"description":"La app de TeleSec",
"id":"telesec.tech.eus",
"name": "TeleSec",
"short_name": "TeleSec"
}

View File

@@ -348,10 +348,11 @@ hr {
align-items: center;
padding: 0 5px;
border-radius: 3px 3px 0 0;
overflow-x: auto;
}
.ribbon-tab {
padding: 4px 15px;
padding: 4px 9px;
cursor: pointer;
border-right: 1px solid #a2a9b9;
font-size: 13px;
@@ -367,7 +368,7 @@ hr {
gap: 10px;
background-color: #c8d4eb;
border: 1px solid #a2a9b9;
overflow-x: scroll;
overflow-x: auto;
padding: 5px;
}

View File

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB