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

Commit

Permalink
Merge pull request #31 from IzumiSy/IzumiSy/fix_osx_scrollbar_overlap…
Browse files Browse the repository at this point in the history
…ping

Increase $tweet_padding
  • Loading branch information
k0kubun authored Oct 1, 2016
2 parents f3c74d8 + 70d5e2f commit 33d5e47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $editor_horizontal_padding: 8px;
$tabs_height: 30px;
$timeline_height: 640px;
$tweet_padding: 8px;
$tweet_padding_darwin: 12px;
$profile_image_size: 24px;
$profile_image_offset: 9px;
$icon_size: 48px;
Expand Down Expand Up @@ -453,6 +454,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 33d5e47

Please sign in to comment.