mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Fix session drawer to fit title, action triple-dot in width on mobile
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user