Migration general theme: fix missing message-box style
This commit is contained in:
12
youtube/static/message_box.css
Normal file
12
youtube/static/message_box.css
Normal file
@@ -0,0 +1,12 @@
|
||||
#message-box {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
border-style: outset;
|
||||
padding: 20px;
|
||||
background-color: var(--background);
|
||||
opacity: 0;
|
||||
transition-property: opacity;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
Reference in New Issue
Block a user