mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use inline and block properties now
This commit is contained in:
parent
b2a025f4d1
commit
974417ce3d
10 changed files with 51 additions and 198 deletions
|
@ -54,11 +54,10 @@
|
|||
@media all and (min-width: 50em) {
|
||||
.editPageSidebar {
|
||||
position: fixed;
|
||||
top: 5.2em;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
inset-block: 5.2em 0;
|
||||
inset-inline-start: 0;
|
||||
width: 30%;
|
||||
border-right: 1px solid #555;
|
||||
border-inline-end: 1px solid #555;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue