mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Stupid container being stupid. Told it to stop
This commit is contained in:
parent
9294c278da
commit
16515ed3a8
1 changed files with 5 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
|||
|
||||
.social-icons-container{
|
||||
position:absolute;
|
||||
top:84px;
|
||||
top:0px;
|
||||
right:0px;
|
||||
width:100%;
|
||||
background-color:rgba(15,23,31,.6);
|
||||
|
@ -329,6 +329,10 @@
|
|||
margin-left:10px;
|
||||
}
|
||||
|
||||
.dark-theme{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
@media (max-width:500px){
|
||||
.row.justify-content-center.justify-content-sm-start.header-container{
|
||||
flex-wrap:wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue