diff options
| author | bgfxc4 <bindermarc@gmx.de> | 2022-10-28 23:56:49 +0200 | 
|---|---|---|
| committer | bgfxc4 <bindermarc@gmx.de> | 2022-10-28 23:56:49 +0200 | 
| commit | 49e37162144a0adbc49f505e2698ccfc8a0881d6 (patch) | |
| tree | 345f761d97c8ac0de77cf1280c52763e8d8e12f8 /client-web | |
| parent | 70588032e29ced930f8e984f96dfbe8e8339a390 (diff) | |
| download | keks-meet-49e37162144a0adbc49f505e2698ccfc8a0881d6.tar keks-meet-49e37162144a0adbc49f505e2698ccfc8a0881d6.tar.bz2 keks-meet-49e37162144a0adbc49f505e2698ccfc8a0881d6.tar.zst | |
changed user layout
Diffstat (limited to 'client-web')
| -rw-r--r-- | client-web/public/assets/style/room.css | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/client-web/public/assets/style/room.css b/client-web/public/assets/style/room.css index 2722aa6..1c889d7 100644 --- a/client-web/public/assets/style/room.css +++ b/client-web/public/assets/style/room.css @@ -12,9 +12,12 @@      border: 0px solid transparent;      border-radius: 5px;      padding: 1em; -    vertical-align: baseline; -    min-width: 10em; -    margin: 0.5em; +    margin: .5em; +    vertical-align: top; +    min-width: fit-content; +    height: 13em; +    display: inline-block; +    position: relative;  }  .user .info .name { @@ -27,8 +30,13 @@      margin-bottom: 1em;  } +.user .resource { +    display: inline-block; +    vertical-align: top; +} +  .media { -    max-height: 30vh; +    max-height: 9em;      border: 0px solid transparent;      border-radius: 5px;  } | 
