updating how the configs config

This commit is contained in:
Chris Cochrun 2024-07-01 10:09:52 -05:00
parent 7311597752
commit f5f047a6f5
6 changed files with 41 additions and 24 deletions

View file

@ -124,7 +124,7 @@ window.notification-popups box.notifications {
min-width: 100px;
border-radius: 20px;
padding: 1em;
margin: 1em;
/* margin: 1em; */
background-color: @backtransparent;
}
@ -135,16 +135,15 @@ window.notification-popups box.notifications {
}
.notif-icon image {
font-size: 28px;
font-size: 22px;
/* to center the icon */
margin: 5px;
/* margin: 5px; */
color: @base0C;
}
.notif-icon box {
min-width: 38px;
min-height: 38px;
border-radius: 7px;
}
.notif-title {
@ -158,8 +157,8 @@ window.notification-popups box.notifications {
}
.notif-actions .notif-action-button {
margin: 0 .4em;
margin-top: .8em;
/* margin: 0 .4em; */
/* margin-top: .8em; */
}
.notif-actions .notif-action-button:first-child {