Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Limit the scope to the Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
IzumiSy committed Oct 1, 2016
1 parent 1dabb35 commit 70d5e2f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ $editor_vertical_padding: 8px;
$editor_horizontal_padding: 8px;
$tabs_height: 30px;
$timeline_height: 640px;
$tweet_padding: 12px;
$tweet_padding: 8px;
$tweet_padding_darwin: 12px;
$profile_image_size: 24px;
$profile_image_offset: 9px;
$icon_size: 48px;
Expand Down Expand Up @@ -443,6 +444,10 @@ body {
height: calc(100% - #{$header_height + $editor_height + $tabs_height + $tweets_header_height});
top: $header_height + $editor_height + $tabs_height + $tweets_header_height;
}

.tweet {
padding: $tweet_padding_darwin;
}
}

.tweets_header {
Expand Down

0 comments on commit 70d5e2f

Please sign in to comment.