Update Code of Conduct Overlay and other minor changes (#424)

* Use light theme for coc-overlay

* Updates

* Fix vertical height for COC overlay
This commit is contained in:
Tanuj Mittal
2021-02-05 14:56:50 +05:30
committed by GitHub
parent 3fd014ddad
commit 93cfd52e36
4 changed files with 5 additions and 8 deletions

View File

@@ -10,9 +10,11 @@
.publicGalleryTabContainer {
position: relative;
height: 100vh;
}
.publicGalleryTabOverlayContent {
background: white;
padding: 20px;
margin: 10%;
}