diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-04 17:12:23 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-12-05 09:06:01 +0100 |
commit | 25266908666d4d465e1c8ec90135eaa00c91732e (patch) | |
tree | a769c6d59f021b6b0a39766f4054a0d31a57a0c6 /client/src/app/videos | |
parent | fee47735bde36d9b8d0aed6284e9e8c9f6697001 (diff) | |
download | PeerTube-25266908666d4d465e1c8ec90135eaa00c91732e.tar.gz PeerTube-25266908666d4d465e1c8ec90135eaa00c91732e.tar.zst PeerTube-25266908666d4d465e1c8ec90135eaa00c91732e.zip |
search filtering improvements per #1654
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index 9479c588a..3d57e9152 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss | |||
@@ -150,12 +150,13 @@ p-calendar { | |||
150 | border: 1px solid #C6C6C6; | 150 | border: 1px solid #C6C6C6; |
151 | border-radius: 3px; | 151 | border-radius: 3px; |
152 | padding: 5px !important; | 152 | padding: 5px !important; |
153 | height: 40px; | 153 | height: max-content; |
154 | } | 154 | } |
155 | 155 | ||
156 | tag-input-form { | 156 | tag-input-form { |
157 | input { | 157 | input { |
158 | height: 30px !important; | 158 | height: 30px !important; |
159 | font-size: 12px !important; | ||
159 | 160 | ||
160 | background-color: var(--mainBackgroundColor) !important; | 161 | background-color: var(--mainBackgroundColor) !important; |
161 | color: var(--mainForegroundColor) !important; | 162 | color: var(--mainForegroundColor) !important; |
@@ -166,7 +167,7 @@ p-calendar { | |||
166 | background-color: $grey-background-color !important; | 167 | background-color: $grey-background-color !important; |
167 | color: #000 !important; | 168 | color: #000 !important; |
168 | border-radius: 3px !important; | 169 | border-radius: 3px !important; |
169 | font-size: 15px !important; | 170 | font-size: 12px !important; |
170 | height: 30px !important; | 171 | height: 30px !important; |
171 | line-height: 30px !important; | 172 | line-height: 30px !important; |
172 | margin: 0 5px 0 0 !important; | 173 | margin: 0 5px 0 0 !important; |