Skip to content

Commit 82e0bbf

Browse files
committed
phone style fixes
1 parent b846ef6 commit 82e0bbf

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

experiment-7/assets/css/style.css

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ body {
229229
/* border-radius: var(--border-radius-medium);
230230
border: 1px solid var(--highlight);
231231
box-shadow: var(--shadow-inner); */
232-
border-radius: var(--border-radius-medium);
233-
border-bottom: 1px solid var(--highlight);
234-
border-left: 1px solid var(--highlight);
235-
border-right: 1px solid var(--highlight);
232+
/* border-radius: var(--border-radius-medium);
233+
border-bottom: 1px solid var(--highlight);
234+
border-left: 1px solid var(--highlight);
235+
border-right: 1px solid var(--highlight); */
236236

237237
}
238238

@@ -282,15 +282,14 @@ body {
282282
}
283283

284284
.chat-input-container {
285-
position: absolute;
286-
bottom: 0;
287-
z-index: 1000;
285+
/* position: absolute;
286+
bottom: 0;
287+
z-index: 1000; */
288288
width: 100%;
289289
border-bottom-left-radius: 8px;
290290
border-bottom-right-radius: 8px;
291291
background-color: rgba(250, 250, 250, .9);
292-
;
293-
border-top: 1px dotted var(--highlight);
292+
/* border-top: 1px dotted var(--highlight); */
294293
padding: var(--spacing-small);
295294
}
296295

@@ -340,9 +339,10 @@ body {
340339
border-top: none;
341340
background: transparent;
342341
/* border-radius: var(--border-radius-medium); */
342+
border-bottom-left-radius: var(--border-radius-medium);
343+
border-bottom-right-radius: var(--border-radius-medium);
343344
border: 1px solid var(--highlight);
344345
border-top: none;
345-
border-bottom: none;
346346
box-shadow: var(--shadow-inner);
347347
height: calc(100% - 32px);
348348
overflow: hidden;
@@ -371,7 +371,6 @@ body {
371371
border-top-right-radius: var(--border-radius-small);
372372
border: 1px solid var(--highlight);
373373
border-bottom: none;
374-
border-left: none;
375374
margin-right: 5px;
376375
}
377376

@@ -382,11 +381,10 @@ body {
382381
border-top-right-radius: var(--border-radius-small);
383382
border: 1px solid var(--highlight);
384383
border-bottom: none;
385-
border-right: none;
386384
}
387385

388386
.chat-tab.active {
389-
background-color: white;
387+
background-color: rgba(250, 250, 250, .9);
390388
border-bottom: 3px solid white;
391389
font-weight: bold;
392390
margin-bottom: -1px;

0 commit comments

Comments
 (0)