Mohammed AL Sarraj commited on
Commit
30e2e2f
·
1 Parent(s): ab72b56

fix full-height layout + move back button to top-left

Browse files
Files changed (1) hide show
  1. app/templates/base.html +5 -5
app/templates/base.html CHANGED
@@ -74,7 +74,7 @@ tailwind.config = {
74
  --border: #2a2e30;
75
  }
76
  *, *::before, *::after { box-sizing: border-box; }
77
- html, body {
78
  background: #0e0e10 !important;
79
  color: #e8e8ea;
80
  font-family: DM Sans, sans-serif;
@@ -151,18 +151,18 @@ tailwind.config = {
151
  /* Back-to-hub button */
152
  .hub-back-btn {
153
  position: fixed;
154
- bottom: 1.25rem;
155
- left: 1.25rem;
156
  z-index: 9999;
157
  display: flex;
158
  align-items: center;
159
  gap: 5px;
160
- padding: 6px 14px 6px 9px;
161
  border-radius: 100px;
162
  background: rgba(0,217,126, .12);
163
  border: 1px solid rgba(0,217,126, .28);
164
  color: #00d97e;
165
- font-size: 12px;
166
  font-weight: 500;
167
  text-decoration: none;
168
  backdrop-filter: blur(10px);
 
74
  --border: #2a2e30;
75
  }
76
  *, *::before, *::after { box-sizing: border-box; }
77
+ html, body { height: 100%; overflow: hidden;
78
  background: #0e0e10 !important;
79
  color: #e8e8ea;
80
  font-family: DM Sans, sans-serif;
 
151
  /* Back-to-hub button */
152
  .hub-back-btn {
153
  position: fixed;
154
+ top: 0.9rem;
155
+ left: 1rem;
156
  z-index: 9999;
157
  display: flex;
158
  align-items: center;
159
  gap: 5px;
160
+ padding: 4px 10px 4px 7px;
161
  border-radius: 100px;
162
  background: rgba(0,217,126, .12);
163
  border: 1px solid rgba(0,217,126, .28);
164
  color: #00d97e;
165
+ font-size: 11px;
166
  font-weight: 500;
167
  text-decoration: none;
168
  backdrop-filter: blur(10px);