Skip to content

Commit

Permalink
reverting @engelgabriel commits
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Feb 20, 2018
1 parent 66e5626 commit 01a9123
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ rocketchat:version
rocketchat:videobridge
rocketchat:webrtc
rocketchat:wordpress
rocketchat:nrr

konecty:change-case
konecty:delayed-task
konecty:mongo-counter
konecty:multiple-instances-status
konecty:nrr
konecty:user-presence

deepwell:bootstrap-datepicker2
Expand Down
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ konecty:[email protected]
konecty:[email protected]
konecty:[email protected]_3
konecty:[email protected]
konecty:[email protected]
konecty:[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -190,7 +191,6 @@ rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]_3
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
rocketchat:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"GoogleVision_Type_Properties": "Properties (Color) Detection",
"GoogleVision_Type_SafeSearch": "SafeSearch Detection",
"GoogleVision_Type_Similar": "Search Similar Images",
"Group_by_Type": "Group by Type",
"Group_by_categories": "Group by categories",
"Group_mentions_only": "Group mentions only",
"Guest_Pool": "Guest Pool",
"Hash": "Hash",
Expand Down
18 changes: 0 additions & 18 deletions packages/rocketchat-nrr/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions packages/rocketchat-nrr/nrr.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/rocketchat-nrr/package.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
cursor: pointer;
transition: all 0.3s;

font-size: 18px;
font-size: 24px;
align-items: center;

&.active,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
width: var(--sidebar-item-user-status-size);
height: var(--sidebar-item-user-status-size);

margin: 0 7px 0 7px;
margin: 0 7px 0 3px;

border-radius: var(--sidebar-item-user-status-radius);

Expand Down Expand Up @@ -210,6 +210,8 @@

flex: 1;

margin: 0 3px;

white-space: nowrap;
text-overflow: ellipsis;

Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-theme/client/imports/general/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ button {
.rc-icon {
overflow: hidden;

width: 1.25em;
width: 1em;
height: 1em;

vertical-align: -0.15em;
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-ui-sidenav/client/sortlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="rc-popover__icon">
{{> icon block="rc-popover__icon-element" icon='sort-amount-down' }}
</span>
<span class="rc-popover__item-text">{{_ "Group_by_Type"}}</span>
<span class="rc-popover__item-text">{{_ "Group_by_categories"}}</span>
</label>
</li>
{{#if favorite}}
Expand Down

0 comments on commit 01a9123

Please sign in to comment.