diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-24 20:22:14 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-24 20:22:14 +0500 |
| commit | 2bdd40b6320d1504bb15f48242068534482c9b54 (patch) | |
| tree | 23873824a5f571082352ed28783d490ac4f3922e /public/static/style.css | |
| parent | 0d9aa950da3201a5fc20c568fb7697a102ec1be4 (diff) | |
feat: texts are now full screen
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index 7db9a45..6f86e77 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -276,6 +276,11 @@ button[type=submit].fancy:hover { overflow-x: scroll; } +.file-preview-wrapper:has(pre) { + flex-grow: 1; + max-width: unset; +} + .item .delete-btn { position: absolute; align-self: flex-end; |
