mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01: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 {
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: 70vw auto;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue