mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 23:10:44 +00:00
Added scroll to table
This commit is contained in:
@@ -1,15 +1,27 @@
|
||||
.table {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.btn-new-episode {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pages {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 510px) {
|
||||
table {
|
||||
font-size: 90%;
|
||||
font-size: 87%;
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.trash-icon {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
}
|
@@ -1,15 +1,24 @@
|
||||
.table {
|
||||
margin-bottom: 1.5rem;
|
||||
width: 670px;
|
||||
}
|
||||
|
||||
.table-div {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 510px) {
|
||||
table {
|
||||
font-size: 85%;
|
||||
font-size: 83%;
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.trash-icon {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user