mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-13 02:22:50 +00:00
little bit of everything - it's been a long day
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: calc(100% - 96px);
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
background-color: rgba(0, 0, 0, .9);
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
@@ -15,21 +15,22 @@
|
||||
flex-direction: column;
|
||||
padding-bottom: 40px;
|
||||
|
||||
&__character-count {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
&__title {
|
||||
height: 25px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
&__text-area {
|
||||
min-height: 100px;
|
||||
resize: none;
|
||||
margin-bottom: 20px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
&__preview {
|
||||
min-height: 100px;
|
||||
background-color: #161616;
|
||||
border-radius: 2px;
|
||||
padding: 5px 10px;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user