mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fix: Release tab content is now appearing after opening windows from minized start.
This commit is contained in:
parent
56c9d827bb
commit
b079a535da
@ -10,7 +10,7 @@
|
|||||||
<script src="./node_modules/uikit/dist/js/uikit-icons.min.js"></script>
|
<script src="./node_modules/uikit/dist/js/uikit-icons.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
#release-tab.uk-active {
|
#release-tab.uk-active {
|
||||||
position:absolute;display: inline-block;width: 100%;height: 100%;
|
position:absolute;display: inline-block;width: 100%;height: calc(100vh - 110px);
|
||||||
}
|
}
|
||||||
#controller-tab h3 label,
|
#controller-tab h3 label,
|
||||||
#experimental-tab h3 label {
|
#experimental-tab h3 label {
|
||||||
|
Loading…
Reference in New Issue
Block a user