The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-apps/assets/stylesheets/apps.css

41 lines
608 B

.rc-apps-marketplace {
.app-author-name {
width: auto !important;
display: inline-block !important;
}
.rc-header .rc-button {
margin: 0;
min-height: 0;
}
.app-enable-loading .loading-animation {
justify-content: left;
margin-left: 50px;
}
.apps-error {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: calc(100% - 60px);
padding: 25px 40px;
width: 100%;
font-size: 45px;
}
.rc-table-avatar {
width: 40px;
height: 40px;
margin: 0 7px;
}
.rc-table-info {
margin: 0 7px;
}
.rc-table-content {
padding: 0;
}
}