Merge pull request #4479 from IgorA100/patch-140429

Fix: "Toolbar" styling on the Files page
This commit is contained in:
Isaac Connor
2025-12-10 08:38:05 -05:00
committed by GitHub
3 changed files with 11 additions and 1 deletions

View File

@@ -1420,6 +1420,10 @@ button.btn.btn-view-watch:hover {
}
/* --- Volume сontrol --- */
.rightInFlexContainer {
margin-left: auto; /* This will cause the element in the FLEX container to snap to the right side. All elements after this element will also snap to the right side. */
}
video-stream {
position: relative;
}

View File

@@ -0,0 +1,6 @@
.path {
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
}

View File

@@ -102,7 +102,7 @@ if ($path) {
} # end if path
?>
</div><!--path-->
<div id="contentButtons">
<div id="contentButtons" class='rightInFlexContainer'>
<button type="submit" name="action" value="delete" disabled="disabled">
<?php echo translate('Delete') ?>
</button>