diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-17 20:26:00 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-17 20:26:00 -0400 |
| commit | 1f1f857847cd9ffa0fdd5001c0dd72f06ba903c0 (patch) | |
| tree | 09576a278f851067633045f7f6bed46b67bd930f /src/client/apis/youtube/YoutubeBox.scss | |
| parent | 49edd4e6071d0ea84cd0a652d69acb826866c99b (diff) | |
Titles alligned
Diffstat (limited to 'src/client/apis/youtube/YoutubeBox.scss')
| -rw-r--r-- | src/client/apis/youtube/YoutubeBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/apis/youtube/YoutubeBox.scss b/src/client/apis/youtube/YoutubeBox.scss index e6ccfea90..23f264b95 100644 --- a/src/client/apis/youtube/YoutubeBox.scss +++ b/src/client/apis/youtube/YoutubeBox.scss @@ -5,9 +5,15 @@ ul { li { margin: 4px; + display: inline-flex; } li:hover { cursor: pointer; opacity: 0.8; +} + +.videoTitle { + margin-left: 4px; + font-family: Arial, Helvetica, sans-serif; }
\ No newline at end of file |
