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:
db6d617
)
fix comment and top-menu placement regressions
author
Rigel Kent
<sendmemail@rigelk.eu>
Wed, 5 Sep 2018 18:00:47 +0000
(20:00 +0200)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Wed, 5 Sep 2018 18:00:47 +0000
(20:00 +0200)
client/src/app/menu/menu.component.scss
patch
|
blob
|
history
client/src/app/videos/+video-watch/comment/video-comment.component.scss
patch
|
blob
|
history
client/src/app/videos/+video-watch/video-watch.component.scss
patch
|
blob
|
history
diff --git
a/client/src/app/menu/menu.component.scss
b/client/src/app/menu/menu.component.scss
index a699da12fc16e5cac374125142e0e37197d4e248..fc5110edae29ac5abcc98f6942b0f0e40066286b 100644
(file)
--- a/
client/src/app/menu/menu.component.scss
+++ b/
client/src/app/menu/menu.component.scss
@@
-26,6
+26,10
@@
menu {
overflow-y: auto;
}
+ .top-menu {
+ flex-grow: 1;
+ }
+
.logged-in-block {
height: 100px;
background-color: rgba(255, 255, 255, 0.15);
diff --git
a/client/src/app/videos/+video-watch/comment/video-comment.component.scss
b/client/src/app/videos/+video-watch/comment/video-comment.component.scss
index 285db061fbe53cb74a203e35e4944087a703d9f1..f331fab8037b6cd55622ee3375a9a9859b73761b 100644
(file)
--- a/
client/src/app/videos/+video-watch/comment/video-comment.component.scss
+++ b/
client/src/app/videos/+video-watch/comment/video-comment.component.scss
@@
-54,7
+54,7
@@
&:not(.linkified-url) {
@include disable-default-a-behaviour;
- color:
#000
;
+ color:
var(--mainForegroundColor)
;
font-weight: $font-semibold;
}
@@
-73,7
+73,7
@@
margin-right: 10px;
&:hover {
- color:
#000
;
+ color:
var(--mainForegroundColor)
;
}
}
}
diff --git
a/client/src/app/videos/+video-watch/video-watch.component.scss
b/client/src/app/videos/+video-watch/video-watch.component.scss
index c657e4b7076e5350389478beea68cbc9ea67ce2b..0d593ea32aa82f0a995c4d9d725aecc60d5c663c 100644
(file)
--- a/
client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/
client/src/app/videos/+video-watch/video-watch.component.scss
@@
-386,6
+386,7
@@
my-video-comments {
display: inline-block;
+ width: 100%;
margin-bottom: 20px;
}