Implement different column counts and mobile layout
This commit is contained in:
@@ -20,7 +20,7 @@ limitations under the License.
|
||||
top: 0;
|
||||
width: var(--tileWidth);
|
||||
height: var(--tileHeight);
|
||||
border-radius: 20px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -174,3 +174,9 @@ limitations under the License.
|
||||
max-width: 360px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.videoTile {
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user