mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
* Update main-layout.css
This commit is contained in:
parent
11a4c3fe67
commit
b54e1c391e
1 changed files with 8 additions and 0 deletions
|
@ -120,6 +120,12 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding-top: 1em;
|
||||
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
||||
}
|
||||
|
||||
.global-stream-title-container ::placeholder{
|
||||
color : #696767;
|
||||
}
|
||||
|
||||
.global-stream-title-container .textfield-with-submit-container {
|
||||
|
@ -131,6 +137,8 @@
|
|||
|
||||
.global-stream-title-container .textfield-with-submit-container .input-side {
|
||||
width: 400px;
|
||||
border: 1px solid rgba(120,113,255,0.5);
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
|
Loading…
Reference in a new issue