mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 00:15:06 +03:00
CSS fix
This commit is contained in:
parent
cb170178ba
commit
97a84cd1f1
2 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ img {
|
|||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
body, #notification_windowx {
|
||||
max-width: 690px;
|
||||
margin: auto;
|
||||
}
|
||||
|
@ -94,12 +94,12 @@ footer {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#version {
|
||||
#footer-row #version {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#status {
|
||||
#footer-row #status {
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<body class="hero is-fullheight">
|
||||
<div>
|
||||
<div class="box is-hidden" id="notification_window">
|
||||
<div style="z-index: 9;" class="notification is-primary">
|
||||
<div id="notification_windowx" style="z-index: 9;" class="notification is-primary">
|
||||
<button class="delete" id="info_win_close"></button>
|
||||
<p style="padding:3px; max-height: 250px; overflow-y: auto;" id="info_window"></p>
|
||||
<div style="padding-left:100px; padding-top:15px;" class="field is-grouped">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue