Shinhati2023 commited on
Commit
f7cc4f6
·
verified ·
1 Parent(s): ef7215c

Update client/src/index.css

Browse files
Files changed (1) hide show
  1. client/src/index.css +5 -5
client/src/index.css CHANGED
@@ -11,7 +11,6 @@ body {
11
  color: white;
12
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
  overflow-x: hidden;
14
- /* Ensure content doesn't get stuck under phone notches */
15
  padding-top: env(safe-area-inset-top);
16
 
17
  /* LIQUID ANIMATION */
@@ -42,9 +41,9 @@ body {
42
  backdrop-filter: blur(16px);
43
  border: 1px solid var(--glass-border);
44
  border-radius: 9999px;
45
- padding: 8px 12px; /* Slightly tighter padding */
46
  color: white;
47
- font-size: 13px; /* Slightly smaller font for professional look */
48
  font-weight: 500;
49
  cursor: pointer;
50
  transition: all 0.2s ease;
@@ -71,7 +70,7 @@ body {
71
  overflow: hidden;
72
  width: 32px;
73
  white-space: nowrap;
74
- flex-shrink: 0; /* Prevents it from getting squashed */
75
  }
76
 
77
  .logo-expand-container:hover {
@@ -110,7 +109,8 @@ textarea:focus { background: rgba(0, 0, 0, 0.5); border-color: rgba(255,255,255,
110
  position: fixed; bottom: 160px; left: 20px; right: 20px;
111
  background: rgba(40, 0, 20, 0.9); backdrop-filter: blur(20px);
112
  border: 1px solid var(--glass-border); border-radius: 16px;
113
- padding: 15px; z-index: 100; display: flex; align-items: center; justifyContent: space-between;
 
114
  animation: slideUp 0.5s ease-out;
115
  }
116
  @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
 
11
  color: white;
12
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
  overflow-x: hidden;
 
14
  padding-top: env(safe-area-inset-top);
15
 
16
  /* LIQUID ANIMATION */
 
41
  backdrop-filter: blur(16px);
42
  border: 1px solid var(--glass-border);
43
  border-radius: 9999px;
44
+ padding: 8px 12px;
45
  color: white;
46
+ font-size: 13px;
47
  font-weight: 500;
48
  cursor: pointer;
49
  transition: all 0.2s ease;
 
70
  overflow: hidden;
71
  width: 32px;
72
  white-space: nowrap;
73
+ flex-shrink: 0;
74
  }
75
 
76
  .logo-expand-container:hover {
 
109
  position: fixed; bottom: 160px; left: 20px; right: 20px;
110
  background: rgba(40, 0, 20, 0.9); backdrop-filter: blur(20px);
111
  border: 1px solid var(--glass-border); border-radius: 16px;
112
+ padding: 15px; z-index: 100;
113
+ display: flex; align-items: center; justify-content: space-between; /* FIXED HERE */
114
  animation: slideUp 0.5s ease-out;
115
  }
116
  @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }