mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Unify user profile display with a nice macro and handle camera errors
This commit is contained in:
@ -63,6 +63,11 @@
|
||||
padding: 10px 10px 0;
|
||||
}
|
||||
|
||||
.camera-error {
|
||||
background-color: red;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
&-display {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -74,13 +79,17 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
>img {
|
||||
> img, > video {
|
||||
width: 100% !important;
|
||||
object-fit: contain;
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
> i {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
>p {
|
||||
text-align: left !important;
|
||||
width: 100% !important;
|
||||
|
Reference in New Issue
Block a user