mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework subtitle editor
This commit is contained in:
parent
fc775f9dd8
commit
0fca25c780
50 changed files with 302 additions and 120 deletions
11
dashboard-ui/thirdparty/paper-button-style.css
vendored
11
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -493,3 +493,14 @@ paper-dialog paper-radio-group paper-radio-button {
|
|||
color: #858585 !important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fullscreen-editor-paper-dialog {
|
||||
position: absolute !important;
|
||||
top: 0 !important;
|
||||
bottom: 0 !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
margin: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
background-color: #222 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue