diff options
| author | Remi <6680627+riseremi@users.noreply.github.com> | 2025-04-07 19:58:46 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 17:58:46 +0300 |
| commit | f61717fcc48fe7039cab5e183da29653e445f691 (patch) | |
| tree | b1c03132d9e76554f898b82c02a5987e40388917 /res/css/des.css | |
| parent | f874dcd3de368e7e512ab1c0defdd17bc3026ce5 (diff) | |
Ask to create admin user on fresh install (#62)
* Ask to create admin user on fresh install
* Implement client form submitting
* minimize diff, simplify impl
* Check json typing and clean stuff
---------
Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/css/des.css b/res/css/des.css index 5d90b2c..fa9a50b 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -48,7 +48,6 @@ body.swap { grid-template-areas: "chat gutter video"; } - @media only screen and (orientation: portrait) { body { display: flex; |
