Add margin for icon view
This commit is contained in:
parent
ccd4cdc91e
commit
f4a3500fa1
1 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
|||
/*
|
||||
########################################################
|
||||
############# DO NOT EDIT THIS FILE ####################
|
||||
############# USE data/user.css ####################
|
||||
########################################################
|
||||
#############################################################
|
||||
################ DO NOT EDIT THIS FILE ######################
|
||||
################ USE data/assets/user.css ###################
|
||||
#############################################################
|
||||
*/
|
||||
|
||||
|
||||
:root {
|
||||
--background-color: #dadada;
|
||||
--border-radius: 10px;
|
||||
|
@ -177,7 +176,6 @@ svg:hover {
|
|||
|
||||
.icons {
|
||||
.card {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue