mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(mobile): adjust padding for bottom mobile content. Closes #2986
This commit is contained in:
parent
10badd2f7a
commit
9e19af636e
@ -9,7 +9,6 @@
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
padding: 0.3em;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
@ -26,6 +25,8 @@
|
||||
|
||||
:global(.ant-tabs-nav) {
|
||||
margin-bottom: 0px;
|
||||
padding-top: 0.5vh;
|
||||
padding-left: 1vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user