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 ####################
############# 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;
}