Added the all-important 4px rounding toworkspace thumbnail

This commit is contained in:
Vladyslav Hroshev
2024-03-26 16:58:41 +02:00
parent 48ab4f5bf9
commit 0482ff89e0

View File

@@ -37,6 +37,7 @@
/* thumbnails on overview (workspaces list under search) */
.workspace-thumbnail {
background-color: ACCENT-DISABLED-COLOR !important;
border-radius: 4px;
border: 1px solid BORDER-SHADOW !important;
}