diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-05 15:51:41 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-05 15:51:41 +0100 |
commit | 4ba8469c0e48161a433d04bad176b700dee31dda (patch) | |
tree | 6d086ff094cf80c42b6a72cdcabd64fe7d7016e2 /client/src/app | |
parent | df73971f7781b68fe91240e79308a1367167d3b3 (diff) | |
download | PeerTube-4ba8469c0e48161a433d04bad176b700dee31dda.tar.gz PeerTube-4ba8469c0e48161a433d04bad176b700dee31dda.tar.zst PeerTube-4ba8469c0e48161a433d04bad176b700dee31dda.zip |
Pull translations
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index b9200115e..6214f3b9d 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss | |||
@@ -49,6 +49,7 @@ li { | |||
49 | color: var(--mainForegroundColor); | 49 | color: var(--mainForegroundColor); |
50 | padding: 10px; | 50 | padding: 10px; |
51 | transition: background-color 0.2s ease-in; | 51 | transition: background-color 0.2s ease-in; |
52 | flex-basis: 33%; | ||
52 | 53 | ||
53 | &:hover { | 54 | &:hover { |
54 | background-color: rgba(0, 0, 0, 0.05); | 55 | background-color: rgba(0, 0, 0, 0.05); |