mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Fix session drawer to fit title, action triple-dot in width on mobile
This commit is contained in:
parent
5b17fa5dda
commit
30304ccc56
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ div.modalSessionsList div.session {
|
||||||
|
|
||||||
div.session.compressed {
|
div.session.compressed {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-template-columns: 70vw auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue