diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/public/index.html b/public/index.html index 50a27bfaf..edc9d8e1a 100644 --- a/public/index.html +++ b/public/index.html @@ -36,25 +36,6 @@ border-radius: 10px; box-shadow: 0 5px 10px #0005; } - - /* These styles are for src/view/com/util/Toast */ - div[data-toast-container] { - position: fixed; - bottom: 5vh; - right: 5vh; - width: 350px; - padding: 20px; - display: flex; - flex-direction: row; - align-items: center; - background: #fff; - border-radius: 10px; - box-shadow: 0 5px 10px #0005; - } - div[data-toast-container] > div { - font-size: 18px; - margin-left: 10px; - } </style> </head> <body> |