github-actions[bot] commited on
Commit
fc63709
·
1 Parent(s): 8cf0170

Deploy from GitHub - 2026-01-21 22:57:15

Browse files
Files changed (1) hide show
  1. app.py +15 -6
app.py CHANGED
@@ -1965,7 +1965,7 @@ button.primary,
1965
  font-weight: 600 !important;
1966
  letter-spacing: -0.01em !important;
1967
  border-radius: 16px !important;
1968
- padding: 16px 32px !important;
1969
  transition: all 0.3s ease !important;
1970
  box-shadow:
1971
  0 8px 32px rgba(31, 38, 135, 0.15),
@@ -1974,7 +1974,8 @@ button.primary,
1974
  position: relative;
1975
  overflow: hidden;
1976
  width: 100% !important;
1977
- min-height: 52px !important;
 
1978
  }
1979
 
1980
  button.primary::before,
@@ -2037,7 +2038,7 @@ button.secondary,
2037
  color: #374151 !important;
2038
  font-family: 'Plus Jakarta Sans', sans-serif !important;
2039
  border-radius: 14px !important;
2040
- padding: 14px 28px !important;
2041
  transition: all 0.3s ease !important;
2042
  font-weight: 500 !important;
2043
  letter-spacing: -0.005em !important;
@@ -2046,7 +2047,8 @@ button.secondary,
2046
  inset 0 1px 0 rgba(255, 255, 255, 0.6),
2047
  inset 0 -1px 0 rgba(0, 0, 0, 0.03) !important;
2048
  width: 100% !important;
2049
- min-height: 48px !important;
 
2050
  }
2051
 
2052
  button.secondary:hover,
@@ -2063,16 +2065,19 @@ button.secondary:hover,
2063
  transform: translateY(-1px);
2064
  }
2065
 
2066
- /* All buttons - Framer-style rounded corners and typography */
2067
  button,
2068
  .gr-button {
2069
  font-family: 'Plus Jakarta Sans', sans-serif !important;
2070
  border-radius: 14px !important;
2071
  transition: all 0.3s ease !important;
2072
  width: 100% !important;
 
 
 
2073
  }
2074
 
2075
- /* Button containers - ensure buttons fill row */
2076
  .gradio-container button,
2077
  #quick_stylize button,
2078
  #style_blending button,
@@ -2080,6 +2085,7 @@ button,
2080
  #custom_training button,
2081
  #benchmarking button {
2082
  width: 100% !important;
 
2083
  }
2084
 
2085
  /* Tabs - glass style */
@@ -2355,6 +2361,9 @@ button[class*="Primary"],
2355
  font-weight: 600 !important;
2356
  border-radius: 16px !important;
2357
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25) !important;
 
 
 
2358
  }
2359
 
2360
  /* Block containers */
 
1965
  font-weight: 600 !important;
1966
  letter-spacing: -0.01em !important;
1967
  border-radius: 16px !important;
1968
+ padding: 20px 32px !important;
1969
  transition: all 0.3s ease !important;
1970
  box-shadow:
1971
  0 8px 32px rgba(31, 38, 135, 0.15),
 
1974
  position: relative;
1975
  overflow: hidden;
1976
  width: 100% !important;
1977
+ min-height: 64px !important;
1978
+ margin: 8px 0 !important;
1979
  }
1980
 
1981
  button.primary::before,
 
2038
  color: #374151 !important;
2039
  font-family: 'Plus Jakarta Sans', sans-serif !important;
2040
  border-radius: 14px !important;
2041
+ padding: 16px 28px !important;
2042
  transition: all 0.3s ease !important;
2043
  font-weight: 500 !important;
2044
  letter-spacing: -0.005em !important;
 
2047
  inset 0 1px 0 rgba(255, 255, 255, 0.6),
2048
  inset 0 -1px 0 rgba(0, 0, 0, 0.03) !important;
2049
  width: 100% !important;
2050
+ min-height: 56px !important;
2051
+ margin: 6px 0 !important;
2052
  }
2053
 
2054
  button.secondary:hover,
 
2065
  transform: translateY(-1px);
2066
  }
2067
 
2068
+ /* All buttons - Framer-style rounded corners and typography with spacing */
2069
  button,
2070
  .gr-button {
2071
  font-family: 'Plus Jakarta Sans', sans-serif !important;
2072
  border-radius: 14px !important;
2073
  transition: all 0.3s ease !important;
2074
  width: 100% !important;
2075
+ min-height: 52px !important;
2076
+ padding: 14px 24px !important;
2077
+ margin: 4px 0 !important;
2078
  }
2079
 
2080
+ /* Button containers - ensure buttons fill row with spacing */
2081
  .gradio-container button,
2082
  #quick_stylize button,
2083
  #style_blending button,
 
2085
  #custom_training button,
2086
  #benchmarking button {
2087
  width: 100% !important;
2088
+ margin: 6px 0 !important;
2089
  }
2090
 
2091
  /* Tabs - glass style */
 
2361
  font-weight: 600 !important;
2362
  border-radius: 16px !important;
2363
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25) !important;
2364
+ min-height: 64px !important;
2365
+ padding: 20px 32px !important;
2366
+ margin: 8px 0 !important;
2367
  }
2368
 
2369
  /* Block containers */