mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
removed margin-right to just use "right" value
Removed margin-right as "right" handles this usage just fine and margin messes with the actual container.
This commit is contained in:
+1
-2
@@ -25,10 +25,9 @@ body {
|
||||
display:none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
right: 25;
|
||||
transform: translate(0, -50%);
|
||||
background: rgba(0,0,0,0.7);
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
||||
Reference in New Issue
Block a user