mirror of https://github.com/bra1n/townsquare.git
hide rounded corners on maximized modals
(barely visible anyway)
This commit is contained in:
parent
654a4d02cd
commit
c39aef622e
|
@ -115,6 +115,7 @@ export default {
|
||||||
.maximized {
|
.maximized {
|
||||||
background: rgba(0, 0, 0, 0.95);
|
background: rgba(0, 0, 0, 0.95);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
border-radius: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue