mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-web: fix glitch showing power dialog
This commit is contained in:
parent
fa1ec759f5
commit
d133c73526
@ -862,17 +862,6 @@ kbd {
|
||||
.clear-both {
|
||||
clear:both
|
||||
}
|
||||
.hidden {
|
||||
display:none
|
||||
}
|
||||
.hidden-visually {
|
||||
position:absolute;
|
||||
left:-10000px;
|
||||
top:auto;
|
||||
width:1px;
|
||||
height:1px;
|
||||
overflow:hidden
|
||||
}
|
||||
.bold {
|
||||
font-weight:600
|
||||
}
|
||||
@ -1238,7 +1227,6 @@ a#versionlink:hover {
|
||||
}
|
||||
|
||||
#poweroff-dialog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-around;
|
||||
@ -1294,3 +1282,16 @@ a#versionlink:hover {
|
||||
#dashboard-suggestions {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display:none
|
||||
}
|
||||
|
||||
.hidden-visually {
|
||||
position:absolute;
|
||||
left:-10000px;
|
||||
top:auto;
|
||||
width:1px;
|
||||
height:1px;
|
||||
overflow:hidden
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user