mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fix for the buttons in mobile view on details page
This commit is contained in:
parent
b9680bb99a
commit
23705d5069
1 changed files with 1 additions and 4 deletions
|
@ -329,10 +329,6 @@
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-row .mat-raised-button:first-child{
|
|
||||||
margin-left:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width:500px){
|
@media (max-width:500px){
|
||||||
.row.justify-content-center.justify-content-sm-start.header-container{
|
.row.justify-content-center.justify-content-sm-start.header-container{
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
|
@ -347,6 +343,7 @@
|
||||||
|
|
||||||
.media-row .mat-raised-button{
|
.media-row .mat-raised-button{
|
||||||
width:100%;
|
width:100%;
|
||||||
|
margin-left:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-row .btn-spacing{
|
.media-row .btn-spacing{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue