1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update buttons

This commit is contained in:
Luke Pulverenti 2016-06-04 20:17:35 -04:00
parent 467ff3657f
commit 3a045a664b
33 changed files with 360 additions and 166 deletions

View file

@ -22,7 +22,10 @@
}
.promptDialog.fullscreen .btnSubmit {
display: block;
display: flex;
width: 100%;
align-items: center;
justify-content: center;
}
.promptDialog.fullscreen .btnPromptExit {