mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-12 10:22:27 +01:00
* Cropping remove, nicer UI * Fix MIME-type checking, add image upload tests * Change image config settings to uploads.profile.image to build a more rational structure for configuring other types of uploads
29 lines
510 B
CSS
29 lines
510 B
CSS
@media (min-width: 992px) {
|
|
.nav-users {
|
|
position: fixed;
|
|
}
|
|
}
|
|
.social-account-container {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.btn-add-remove-account {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
}
|
|
.user-profile-picture {
|
|
max-height: 150px;
|
|
min-height: 150px;
|
|
}
|
|
.social-button {
|
|
-webkit-transition-duration: 0.4s;
|
|
-moz-transition-duration: 0.4s;
|
|
-o-transition-duration: 0.4s;
|
|
transition-duration: 0.4s;
|
|
}
|
|
.social-button:hover {
|
|
opacity: 0.65;
|
|
}
|