Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
tweaks from pairing with @dharmaone
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed May 25, 2018
1 parent 7fe2bfc commit 30bb7ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ body {
color: $primary-fg-color;
border: 0px;
margin: 0px;
/* This should render the fonts the same accross browsers */
-webkit-font-smoothing: subpixel-antialiased;
}

div.error, div.warning {
Expand Down
2 changes: 1 addition & 1 deletion res/css/structures/_RoomSubList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
position: relative;
text-transform: uppercase;
color: $roomsublist-label-fg-color;
font-weight: 600;
font-weight: 700;
font-size: 12px;
width: 203px; /* padding + width = LHS Panel width */
height: 19px; /* height + padding = 31px = mx_RoomSubList_label height */
Expand Down
2 changes: 1 addition & 1 deletion res/css/structures/_TopLeftMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ limitations under the License.
}

.mx_TopLeftMenu_chevron {
margin-top: 26px;
margin-top: 24px;
}
3 changes: 2 additions & 1 deletion res/css/views/rooms/_RoomTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
.mx_RoomTile {
position: relative;
cursor: pointer;
font-size: 14px;
display: block;
height: 40px;
margin: 0px 9px 0px 9px;
Expand Down Expand Up @@ -64,6 +63,8 @@ limitations under the License.

.mx_RoomTile_name {
display: inline-block;
font-size: 14px;
font-weight: 600;
position: relative;
width: 165px;
vertical-align: middle;
Expand Down

0 comments on commit 30bb7ee

Please sign in to comment.