Files
youtube-dl/static/youtube-dl_list.css

27 lines
321 B
CSS
Raw Normal View History

2021-02-11 18:08:47 +09:00
.row > div {
2022-04-30 18:57:23 +09:00
padding-top: 3px;
padding-bottom: 3px;
2021-02-11 18:08:47 +09:00
}
.row {
2022-04-30 18:57:23 +09:00
align-items: center;
word-break: break-all;
2021-02-11 18:08:47 +09:00
}
.row > div:nth-child(odd) {
2022-04-30 18:57:23 +09:00
text-align: right;
2021-02-11 18:08:47 +09:00
}
.row > div:nth-child(even) {
2022-04-30 18:57:23 +09:00
text-align: left;
2021-02-11 18:08:47 +09:00
}
.cursor-pointer {
2022-04-30 18:57:23 +09:00
cursor: pointer;
2021-02-11 18:08:47 +09:00
}
.info-padding {
2022-04-30 18:57:23 +09:00
padding-left: 10px;
padding-top: 3px;
2021-02-11 18:08:47 +09:00
}