forked from abner/for-legacy-web
small fixes to theme override panel
This commit is contained in:
@@ -252,11 +252,13 @@
|
||||
.actions {
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
margin: 8px 0;
|
||||
margin: 18px 0 8px 0;
|
||||
|
||||
.code {
|
||||
cursor: pointer;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: .875rem;
|
||||
min-width: 0;
|
||||
flex-grow: 1;
|
||||
padding: 8px;
|
||||
@@ -278,6 +280,7 @@
|
||||
display: grid;
|
||||
column-gap: 16px;
|
||||
grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
|
||||
margin-bottom: 20px;
|
||||
|
||||
.entry {
|
||||
padding: 12px;
|
||||
|
||||
Reference in New Issue
Block a user