mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 15:00:45 +00:00
Added crontab to celery schedule
This commit is contained in:
15
src/static/css/homepage.css
Normal file
15
src/static/css/homepage.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@media only screen and (max-width: 510px) {
|
||||
table {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
.trash-icon {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
}
|
||||
}
|
15
src/static/css/new_episodes.css
Normal file
15
src/static/css/new_episodes.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@media only screen and (max-width: 510px) {
|
||||
table {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.trash-icon {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user