diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-14 00:20:03 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-14 00:20:03 -0300 |
commit | 1767093c1e9dfcc7963959b8553a84ebb40ed819 (patch) | |
tree | c380c5878fb64045f96953b018f1b8fa57aea6b8 /assets/css | |
parent | 5d4612d5a915968fe3fad1718179447144163d40 (diff) | |
download | irssi.github.io-1767093c1e9dfcc7963959b8553a84ebb40ed819.zip |
Set twitter timeline height to 80% of viewport height
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 4eafe9f..6a65439 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -163,3 +163,7 @@ blockquote { .gsearch-form input.form-control { width: 120px; } + +.twitter-timeline { + height: 80vh !important; +} |