@@ -10,10 +10,10 @@
top: 0;
}
.notify-box {
- min-width: 350px;
+ // min-width: 350px;
// height:70px;
position: fixed;
- padding-right: 90px;
+ padding-right: 100px;
top:40%;
left:50%;
transform: translate(-50%, -50%);
@@ -25,7 +25,7 @@
border: 1px solid;
.notify-text {
- min-width: 224px;
+ // min-width: 224px;
max-height: 280px;
padding: 0 40px 0 0;
overflow-y: auto;
@@ -76,6 +76,6 @@
.notify-close {
position: absolute;
- right: 10px;
+ right: 0px;
top: 15px;