projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afea88
)
Responsive advanced search
author
Chocobozzz
<me@florianbigard.com>
Mon, 23 Jul 2018 09:23:00 +0000
(11:23 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Tue, 24 Jul 2018 12:04:05 +0000
(14:04 +0200)
client/src/app/search/search.component.scss
patch
|
blob
|
history
diff --git
a/client/src/app/search/search.component.scss
b/client/src/app/search/search.component.scss
index f70d4bf8708b846961f088f59c2629c68ccb9b56..330eef9d8ee7eb48c35c36259b7af3a6e8c35f2d 100644
(file)
--- a/
client/src/app/search/search.component.scss
+++ b/
client/src/app/search/search.component.scss
@@
-52,7
+52,7
@@
max-height: 0;
&.show {
- max-height:
8
00px;
+ max-height:
15
00px;
}
}
}
@@
-107,13
+107,18
@@
}
@media screen and (max-width: 800px) {
+ .results-header {
+ font-size: 15px !important;
+ }
+
.entry {
flex-direction: column;
height: auto;
text-align: center;
&.video {
- .video-info-name {
+ .video-info-name,
+ .video-info-account {
margin: auto;
}