fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Style fix
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
components
/
_player.scss
diff --git
a/src/wolnelektury/static/2022/styles/components/_player.scss
b/src/wolnelektury/static/2022/styles/components/_player.scss
index
8fda601
..
2589d9c
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/components/_player.scss
+++ b/
src/wolnelektury/static/2022/styles/components/_player.scss
@@
-242,6
+242,7
@@
list-style-type: decimal;
margin: 5px 0;
color: white;
list-style-type: decimal;
margin: 5px 0;
color: white;
+ cursor: pointer;
span {
display: none;
span {
display: none;
@@
-299,5
+300,16
@@
&:nth-child(1) { left: 0; }
&:nth-child(2) { right: 0; }
&:nth-child(1) { left: 0; }
&:nth-child(2) { right: 0; }
+ &:nth-child(3) {
+ left: 0;
+ right: 0;
+ text-align: center;
+ }
}
}
}
}
+
+
+.project-icon {
+ max-width: 100px;
+ max-height: 50px;
+}