Add margin for icon view

This commit is contained in:
Knah Tsaeb 2024-07-02 11:23:28 +02:00
parent ccd4cdc91e
commit f4a3500fa1

View file

@ -1,11 +1,10 @@
/* /*
######################################################## #############################################################
############# DO NOT EDIT THIS FILE #################### ################ DO NOT EDIT THIS FILE ######################
############# USE data/user.css #################### ################ USE data/assets/user.css ###################
######################################################## #############################################################
*/ */
:root { :root {
--background-color: #dadada; --background-color: #dadada;
--border-radius: 10px; --border-radius: 10px;
@ -177,7 +176,6 @@ svg:hover {
.icons { .icons {
.card { .card {
margin: 0;
padding: 0; padding: 0;
width: auto; width: auto;
} }