Bug fix for mainscreen update and higher version of app to 1.0.2

This commit is contained in:
2026-04-13 11:30:42 +02:00
parent 024ab24ceb
commit d0a468b740
6 changed files with 25 additions and 25 deletions
+6 -6
View File
@@ -25,7 +25,7 @@
display: flex;
flex-direction: column;
padding: 0px;
gap: 15px;
gap: 0px;
}
.tournament-header {
@@ -34,7 +34,7 @@
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
padding: 10px 16px;
flex-shrink: 0;
margin: 10px 15px 5px 15px;
margin: 8px 15px 0px 15px;
display: flex;
align-items: center;
gap: 12px;
@@ -99,15 +99,15 @@
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
gap: 8px;
min-height: 0;
overflow-y: auto;
overflow-x: hidden;
padding: 15px;
padding: 10px;
background: white;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
margin: 5px 15px 15px 15px;
margin: 8px 15px 8px 15px;
}
/* Custom scrollbar styling */
@@ -234,7 +234,7 @@
background: white;
border: 2px solid #9ca3af;
border-radius: 10px;
overflow: visible;
overflow: hidden;
display: flex;
flex-direction: row;
transition: all 0.3s ease;